Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
device
/
qcom
/
sepolicy
/
05917ea00dd95ed8ff8344f3bd4da50913dc77e8
/
.
/
common
/
audiod.te
blob: 72d65467642837e2cb27711ed0fc4701744033e9 [
file
] [
log
] [
blame
]
# 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
)