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