diff --git a/legacy/system_ext/private/property_contexts b/legacy/system_ext/private/property_contexts deleted file mode 100644 index 9f462bd..0000000 --- a/legacy/system_ext/private/property_contexts +++ /dev/null @@ -1,2 +0,0 @@ -# Fingerprint (UDFPS) GHBM/LHBM toggle -persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool diff --git a/legacy/system_ext/public/property.te b/legacy/system_ext/public/property.te deleted file mode 100644 index 8908e48..0000000 --- a/legacy/system_ext/public/property.te +++ /dev/null @@ -1,2 +0,0 @@ -# Fingerprint (UDFPS) GHBM/LHBM toggle -system_vendor_config_prop(fingerprint_ghbm_prop) diff --git a/legacy/zuma/vendor/hal_fingerprint_default.te b/legacy/zuma/vendor/hal_fingerprint_default.te index c60c609..11f478a 100644 --- a/legacy/zuma/vendor/hal_fingerprint_default.te +++ b/legacy/zuma/vendor/hal_fingerprint_default.te @@ -4,7 +4,6 @@ allow hal_fingerprint_default self:netlink_socket create_socket_perms_no_ioctl; allow hal_fingerprint_default dmabuf_system_heap_device:chr_file r_file_perms; allow hal_fingerprint_default fwk_stats_service:service_manager find; -get_prop(hal_fingerprint_default, fingerprint_ghbm_prop) set_prop(hal_fingerprint_default, vendor_fingerprint_prop) add_hwservice(hal_fingerprint_default, hal_fingerprint_ext_hwservice)