Allow audioserver to access sensorservice am: c71b2c18cc
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1821634 Change-Id: I637157e5836746048bc597ccc97ad5cb506bf561
This commit is contained in:
commit
7e393109dd
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ type audioserver_tmpfs, file_type;
|
|||
|
||||
# Allow audioserver to signal audio HAL processes and dump their stacks.
|
||||
allow audioserver hal_audio_server:process signal;
|
||||
|
||||
# Allow audioserver to access sensorservice.
|
||||
allow audioserver sensorservice_service:service_manager find;
|
||||
allow audioserver system_server:unix_stream_socket { read write };
|
||||
|
|
Loading…
Reference in a new issue