Create sepolicy for the fingerprint GHBM sysprop
Bug: 184761756 Bug: 183728349 Test: adb logcat | grep "avc: denied" Change-Id: I5209bdf859e86a83ac3fa29ecf8bfd8d5b6d88ce
This commit is contained in:
parent
71e96842ca
commit
b9e10feefb
5 changed files with 19 additions and 8 deletions
2
system_ext/private/property_contexts
Normal file
2
system_ext/private/property_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
|
2
system_ext/public/property.te
Normal file
2
system_ext/public/property.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||
system_vendor_config_prop(fingerprint_ghbm_prop)
|
Loading…
Add table
Add a link
Reference in a new issue