diff options
Diffstat (limited to 'sepolicy/system_ext/private/property_contexts')
-rw-r--r-- | sepolicy/system_ext/private/property_contexts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sepolicy/system_ext/private/property_contexts b/sepolicy/system_ext/private/property_contexts new file mode 100644 index 00000000..9cf97280 --- /dev/null +++ b/sepolicy/system_ext/private/property_contexts @@ -0,0 +1,8 @@ +# Fingerprint (UDFPS) GHBM/LHBM toggle +persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool + +# Boot animation dynamic colors +persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int +persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int +persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int +persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int |