Allow audioserver to access persist.log.tag
Bug: 113756665 Test: adb shell getprop shows persist.log.tag.APM_AudioPolicyManager Change-Id: Id9363718a14c797de3fa146d2d0c34ee860bcdb6
This commit is contained in:
parent
52261e78c0
commit
0a65041cba
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ userdebug_or_eng(`
|
|||
allow audioserver su:unix_stream_socket { read write };
|
||||
')
|
||||
|
||||
# Allow write access to log tag property
|
||||
set_prop(audioserver, log_tag_prop);
|
||||
|
||||
###
|
||||
### neverallow rules
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue