diff --git a/sepolicy/vendor/hal_nfc_default.te b/sepolicy/vendor/hal_nfc_default.te index 21614c4f..7ecc5dd9 100644 --- a/sepolicy/vendor/hal_nfc_default.te +++ b/sepolicy/vendor/hal_nfc_default.te @@ -4,4 +4,4 @@ allow hal_nfc_default nfc_vendor_data_file:file create_file_perms; dontaudit hal_nfc_default nxpese_hwservice:hwservice_manager find; dontaudit hal_nfc_default nxpnfc_hwservice:hwservice_manager add; -dontaudit hal_nfc_default persist_nfc_prop:file read; +dontaudit hal_nfc_default vendor_nfc_prop:file read; diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te index 9a978b12..f6628b03 100644 --- a/sepolicy/vendor/property.te +++ b/sepolicy/vendor/property.te @@ -23,7 +23,7 @@ type vendor_radio_prop, property_type; type vendor_wifi_version, property_type; type vendor_usb_config_prop, property_type; type vendor_charge_prop, property_type; -type persist_nfc_prop, property_type; +type vendor_nfc_prop, property_type; type vendor_ramoops_prop, property_type; # fingerprint diff --git a/sepolicy/vendor/property_contexts b/sepolicy/vendor/property_contexts index 1e3533a9..1d1a9f97 100644 --- a/sepolicy/vendor/property_contexts +++ b/sepolicy/vendor/property_contexts @@ -211,8 +211,8 @@ persist.vendor.service.bdroid.ssrlvl u:object_r:vendor_bluetooth_prop:s0 ro.vendor.bluetooth.emb_wp_mode u:object_r:vendor_bluetooth_prop:s0 ro.vendor.bluetooth.wipower u:object_r:vendor_bluetooth_prop:s0 -# persist_nfc_prop -persist.nfc. u:object_r:persist_nfc_prop:s0 +# vendor_nfc_prop +persist.vendor.nfc. u:object_r:vendor_nfc_prop:s0 # ramoops vendor.ramoops. u:object_r:vendor_ramoops_prop:s0