Home | History | Annotate | Download | only in sepolicy
      1 type sensortool, domain, domain_deprecated;
      2 type sensortool_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(sensortool)
      5 
      6 allow sensortool self:capability sys_nice;
      7 
      8 allow sensortool sensors_device:chr_file rw_file_perms;
      9 create_pty(sensortool)
     10