summaryrefslogtreecommitdiffstats
path: root/common/adsprpcd.te
blob: 6e0c85fa8e1bbdd5927286f2d9928e0698fc5e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
# adsprpcd daemon
type adsprpcd, domain, domain_deprecated;
type adsprpcd_exec, exec_type, file_type;

# Started by init
init_daemon_domain(adsprpcd)

allow adsprpcd qdsp_device:chr_file r_file_perms;

# For reading dir/files on /dsp
r_dir_file(adsprpcd, adsprpcd_file)