summaryrefslogtreecommitdiffstats
path: root/common/audiod.te
blob: 72d65467642837e2cb27711ed0fc4701744033e9 (plain)
1
2
3
4
5
6
7
8
# audio deamon
type audiod, domain;
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;
binder_use(audiod)
binder_call(audiod, mediaserver)