summaryrefslogtreecommitdiff
path: root/sepolicy/adsprpcd.te
blob: 765118f23b74b21e186e5057f55d32a02d401a1e (plain)
1
2
3
4
5
6
7
8
9
10
type adsprpcd, domain;
type adsprpcd_exec, exec_type, vendor_file_type, file_type;
type adsprpcd_device, dev_type;

# Started by init
init_daemon_domain(adsprpcd)

allow adsprpcd adsprpcd_device:chr_file rw_file_perms;
allow adsprpcd ion_device:chr_file rw_file_perms;
allow adsprpcd system_file:dir r_dir_perms;