From 39d16661fa339068ebf184ab386391366ca770b0 Mon Sep 17 00:00:00 2001 From: Ruchi Kandoi Date: Wed, 13 Mar 2019 13:10:17 -0700 Subject: [PATCH] Rename persist.nfc.uicc_enabled to persist.vendor.nfc.uicc_enabled Test: Manual; Check if property is accessible to vendor HAL Bug: 110326714 Change-Id: I5eba0beef6d4fb4a60dccf26a5310c297a6d8d42 --- sepolicy/vendor/hal_nfc_default.te | 2 +- sepolicy/vendor/property.te | 2 +- sepolicy/vendor/property_contexts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 f22f1093..594a4f56 100644 --- a/sepolicy/vendor/property.te +++ b/sepolicy/vendor/property.te @@ -23,5 +23,5 @@ 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; diff --git a/sepolicy/vendor/property_contexts b/sepolicy/vendor/property_contexts index 52052ae0..77975587 100644 --- a/sepolicy/vendor/property_contexts +++ b/sepolicy/vendor/property_contexts @@ -207,8 +207,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