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: Ieb52fb6f5ee68d0155f9acacda9853757fed4200
This commit is contained in:
commit
89a68b0fac
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