Add SEPolicy for KM4/CM4 to access FingerprintHal from Settings
Bug: b/301224470 Test: Check GoogleSettings could acess Fingerprint HAL Change-Id: Id1536115bdbe72e3ffa6eb8531b45faa02ff5a5d
This commit is contained in:
parent
c2a9fb71dc
commit
53d79fd661
5 changed files with 14 additions and 0 deletions
|
@ -6,3 +6,6 @@ BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|||
|
||||
# GPS sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||
|
||||
#Fingerprint
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
||||
|
|
2
fingerprint_capacitance/system_app.te
Normal file
2
fingerprint_capacitance/system_app.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# TODO (b/306087355) Remove this and make it specific to the app
|
||||
hal_client_domain(system_app, hal_fingerprint)
|
|
@ -6,3 +6,6 @@ BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|||
|
||||
# GPS sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||
|
||||
#Fingerprint
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
||||
|
|
|
@ -6,3 +6,6 @@ BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|||
|
||||
# GPS sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||
|
||||
#Fingerprint
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
||||
|
|
|
@ -6,3 +6,6 @@ BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|||
|
||||
# GPS sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||
|
||||
#Fingerprint
|
||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue