Home | History | Annotate | Download | only in sepolicy
      1 type mm-pp-daemon, domain;
      2 type mm-pp-daemon_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(mm-pp-daemon)
      5 
      6 # Need to use fb ioctls to communicate with kernel
      7 allow mm-pp-daemon graphics_device:chr_file rw_file_perms;
      8 
      9 # Allow socket calls in mm-pp-daemon
     10 allow mm-pp-daemon pps_socket:sock_file rw_file_perms;
     11 
     12 # Set hw.cabl.* properties.
     13 set_prop(mm-pp-daemon, hw_cabl_prop)
     14