blob: 72d65467642837e2cb27711ed0fc4701744033e9 [file] [log] [blame]
Avijit Kanti Das345ffcb2014-07-24 01:03:22 -07001# audio deamon
2type audiod, domain;
3type audiod_exec, exec_type, file_type;
4init_daemon_domain(audiod)
5allow audiod proc_audiod:file r_file_perms;
6allow audiod audio_device:chr_file rw_file_perms;
7binder_use(audiod)
8binder_call(audiod, mediaserver)