Merge "Allow fingerprint hal to read sysfs_leds" into udc-dev am: dba88b81d3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/22178643 Change-Id: Ic8a12d3e5a4d79ef5edbe17fc340c54760cf8998 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4f15bf412d
1 changed files with 4 additions and 0 deletions
4
vendor/hal_fingerprint_default.te
vendored
4
vendor/hal_fingerprint_default.te
vendored
|
@ -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