type postprocd, domain, device_domain_deprecated; | |
type postprocd_exec, exec_type, file_type; | |
# Started by init | |
init_daemon_domain(postprocd) | |
set_prop(postprocd, system_prop) | |
allow postprocd graphics_device:dir search; | |
allow postprocd graphics_device:chr_file rw_file_perms; | |
allow postprocd display_data_file:dir search; | |
allow postprocd sysfs_leds:dir r_dir_perms; | |
allow postprocd sysfs_leds:file rw_file_perms; |