9 lines
323 B
Text
9 lines
323 B
Text
# 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)
|