Home | History | Annotate | Download | only in sepolicy
      1 type postprocd, domain, domain_deprecated;
      2 type postprocd_exec, exec_type, file_type;
      3 
      4 # Started by init
      5 init_daemon_domain(postprocd)
      6 
      7 set_prop(postprocd, system_prop)
      8 
      9 allow postprocd graphics_device:dir search;
     10 allow postprocd graphics_device:chr_file rw_file_perms;
     11 allow postprocd display_data_file:dir search;
     12 allow postprocd sysfs_led:dir r_dir_perms;
     13 allow postprocd sysfs_led:file rw_file_perms;
     14