summaryrefslogtreecommitdiffstats
path: root/common/audiod.te
blob: 56aad5bdd5fec1660a18354199f9020a8302c9ee (plain)
1
2
3
4
5
6
7
8
9
# audio daemon
type audiod, domain, domain_deprecated;
type audiod_exec, exec_type, file_type;
init_daemon_domain(audiod)
allow audiod proc_audiod:file r_file_perms;
allow audiod audio_device:chr_file rw_file_perms;
allow audiod audioserver_service:service_manager find;
binder_use(audiod)
binder_call(audiod, audioserver)