1 type adsprpcd, domain; 2 type adsprpcd_exec, exec_type, file_type; 3 type adsprpcd_device, dev_type; 4 5 # Started by init 6 init_daemon_domain(adsprpcd) 7 8 allow adsprpcd adsprpcd_device:chr_file rw_file_perms; 9 allow adsprpcd ion_device:chr_file rw_file_perms; 10 allow adsprpcd system_file:dir r_dir_perms; 11