Home | History | Annotate | Download | only in vendor
      1 # This daemon loads the Context Hub Runtime Environment (CHRE) dynamic modules
      2 # onto the SLPI using FastRPC, and exposes a sockets interface for clients on
      3 # the applications processor to interact CHRE
      4 type chre, domain;
      5 type chre_exec, exec_type, vendor_file_type, file_type;
      6 
      7 init_daemon_domain(chre)
      8 
      9 allow chre ion_device:chr_file { open read };
     10 allow chre qdsp_device:chr_file { ioctl open read };
     11 
     12 allow chre system_file:dir read;
     13