Add sepolicy to let fingerprint access power service am: 7db400b679
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14665430 Change-Id: Id2d4cb0874a39145561fc6deb825a25ec40162d8
This commit is contained in:
commit
5991ab5ba7
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ userdebug_or_eng(`
|
||||||
get_prop(hal_fingerprint_default, vendor_fingerprint_fake_prop)
|
get_prop(hal_fingerprint_default, vendor_fingerprint_fake_prop)
|
||||||
')
|
')
|
||||||
add_hwservice(hal_fingerprint_default, hal_fingerprint_ext_hwservice)
|
add_hwservice(hal_fingerprint_default, hal_fingerprint_ext_hwservice)
|
||||||
|
|
||||||
|
# allow fingerprint to access power hal
|
||||||
|
hal_client_domain(hal_fingerprint_default, hal_power);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue