1# cdsprpcd daemon 2type cdsprpcd, domain; 3type cdsprpcd_exec, exec_type, vendor_file_type, file_type; 4 5# Started by init 6init_daemon_domain(cdsprpcd) 7 8# For reading dir/files on /dsp 9r_dir_file(cdsprpcd, adsprpcd_file) 10 11allow cdsprpcd qdsp_device:chr_file r_file_perms; 12allow cdsprpcd ion_device:chr_file r_file_perms; 13 14r_dir_file(cdsprpcd, sysfs_devfreq) 15allow cdsprpcd sysfs_devfreq_l3cdsp:dir r_dir_perms; 16allow cdsprpcd sysfs_devfreq_l3cdsp:file rw_file_perms;