Merge "Allow sensor HAL to read AoC dumpstate." into sc-dev am: 1b7ae244b0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15444398 Change-Id: Ie5f9c63a4e4eba2c74b667fa8bd5a50a716d3ee9
This commit is contained in:
commit
0bb21fc708
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ usf_low_latency_transport(hal_sensors_default)
|
|||
# Allow sensor HAL to reset AOC.
|
||||
allow hal_sensors_default sysfs_aoc_reset:file rw_file_perms;
|
||||
|
||||
# Allow sensor HAL to read AoC dumpstate.
|
||||
allow hal_sensors_default sysfs_aoc_dumpstate:file r_file_perms;
|
||||
|
||||
#
|
||||
# Suez type enforcements.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue