Allow sensor HAL to read AoC dumpstate.
Bug: 194021578 Test: Simulated communication failure and verified AoC services state log. Test: See details in testing done comment in https://googleplex-android-review.git.corp.google.com/15444398 . Change-Id: I76f376577abad26fe86b5ecb6a570716381227f0
This commit is contained in:
parent
be5aa28148
commit
ad42045b87
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