Move fingerprint to each device sepolicy folder
Bug: 312322769 Test: make sepolicy Change-Id: Id3f76b1e3c2d7e00a4a84028555de372a79aa8e4
This commit is contained in:
parent
9b1f47f4b5
commit
9c71cd3f28
10 changed files with 8 additions and 26 deletions
|
@ -1,11 +1,5 @@
|
||||||
# sepolicy that are shared among devices using ZumaPro
|
# sepolicy that are shared among devices using ZumaPro
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/caiman
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/caiman
|
||||||
|
|
||||||
# UDFPS sepolicy.
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|
||||||
|
|
||||||
# GPS sepolicy
|
# GPS sepolicy
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||||
|
|
||||||
#Fingerprint
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
# sepolicy that are shared among devices using ZumaPro
|
# sepolicy that are shared among devices using ZumaPro
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/komodo
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/komodo
|
||||||
|
|
||||||
# UDFPS sepolicy.
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|
||||||
|
|
||||||
# GPS sepolicy
|
# GPS sepolicy
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||||
|
|
||||||
#Fingerprint
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
|
||||||
|
|
2
komodo/system_app.te
Normal file
2
komodo/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)
|
|
@ -1,11 +1,5 @@
|
||||||
# sepolicy that are shared among devices using ZumaPro
|
# sepolicy that are shared among devices using ZumaPro
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrent24
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrent24
|
||||||
|
|
||||||
# UDFPS sepolicy.
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|
||||||
|
|
||||||
# GPS sepolicy
|
# GPS sepolicy
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||||
|
|
||||||
#Fingerprint
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
|
||||||
|
|
2
ripcurrent24/system_app.te
Normal file
2
ripcurrent24/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)
|
|
@ -1,5 +1,3 @@
|
||||||
# sepolicy that are shared among devices using ZumaPro
|
# sepolicy that are shared among devices using ZumaPro
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrentpro
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrentpro
|
||||||
|
|
||||||
# UDFPS sepolicy.
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|
||||||
|
|
2
ripcurrentpro/system_app.te
Normal file
2
ripcurrentpro/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)
|
|
@ -1,11 +1,5 @@
|
||||||
# sepolicy that are shared among devices using ZumaPro
|
# sepolicy that are shared among devices using ZumaPro
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/tokay
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/tokay
|
||||||
|
|
||||||
# UDFPS sepolicy.
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
|
|
||||||
|
|
||||||
# GPS sepolicy
|
# GPS sepolicy
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
|
||||||
|
|
||||||
#Fingerprint
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance
|
|
||||||
|
|
2
tokay/system_app.te
Normal file
2
tokay/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)
|
Loading…
Add table
Add a link
Reference in a new issue