Allow fingerprint hal to read sysfs_leds am: ba0b76de16
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/22175407 Change-Id: Iea5c36950b8b9584fb0a1b0e7c1e5f59828474c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a5720137e4
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@ binder_call(hal_fingerprint_default, hal_graphics_composer_default)
|
||||||
|
|
||||||
# allow fingerprint to access thermal hal
|
# allow fingerprint to access thermal hal
|
||||||
hal_client_domain(hal_fingerprint_default, hal_thermal);
|
hal_client_domain(hal_fingerprint_default, hal_thermal);
|
||||||
|
|
||||||
|
# allow fingerprint to read sysfs_leds
|
||||||
|
allow hal_fingerprint_default sysfs_leds:file r_file_perms;
|
||||||
|
allow hal_fingerprint_default sysfs_leds:dir r_dir_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue