sepolicy_vndr: Add rules to allow hal audio to access devpts
Allow read/write access to devpts for hal_audio only for userdebug_or_eng Change-Id: Ifa10a8541b9e2ced782d5a36413f16bd4da07e89
This commit is contained in:
parent
03739d6270
commit
85b9417769
1 changed files with 1 additions and 0 deletions
1
qva/vendor/common/hal_audio.te
vendored
1
qva/vendor/common/hal_audio.te
vendored
|
@ -27,6 +27,7 @@
|
|||
|
||||
userdebug_or_eng(`
|
||||
diag_use(hal_audio)
|
||||
allow hal_audio_default devpts:chr_file rw_file_perms;
|
||||
')
|
||||
|
||||
#Split A2dp specific
|
||||
|
|
Loading…
Reference in a new issue