From 8a95fcc899d04e26ad07e8cbd94f3d72df2eb33d Mon Sep 17 00:00:00 2001 From: Achigo Liu Date: Thu, 13 Jun 2024 16:23:50 +0000 Subject: [PATCH] Revert "Add setupwizard_feature_prop as one of properties allowe..." Revert submission 27717640-bootstrap Reason for revert: mount vendor partition failed when OTA Reverted changes: /q/submissionid:27717640-bootstrap Change-Id: I8602fb3b435af864061b0c0f4f742684e228f34e Merged-In: I8c8473f5a9c0cf9c53a95943101976d4b7103580 --- system_ext/private/gmscore_app.te | 2 -- system_ext/private/priv_app.te | 2 -- system_ext/private/property_contexts | 3 --- system_ext/public/property.te | 3 --- vendor/vendor_init.te | 3 --- 5 files changed, 13 deletions(-) delete mode 100644 system_ext/private/gmscore_app.te delete mode 100644 system_ext/private/priv_app.te diff --git a/system_ext/private/gmscore_app.te b/system_ext/private/gmscore_app.te deleted file mode 100644 index 4dc1639..0000000 --- a/system_ext/private/gmscore_app.te +++ /dev/null @@ -1,2 +0,0 @@ -# Allow to read setupwizard_feature_prop -get_prop(gmscore_app, setupwizard_feature_prop) diff --git a/system_ext/private/priv_app.te b/system_ext/private/priv_app.te deleted file mode 100644 index 90bc371..0000000 --- a/system_ext/private/priv_app.te +++ /dev/null @@ -1,2 +0,0 @@ -# Allow to read setupwizard_feature_prop -get_prop(priv_app, setupwizard_feature_prop) diff --git a/system_ext/private/property_contexts b/system_ext/private/property_contexts index 93a16ad..56360e3 100644 --- a/system_ext/private/property_contexts +++ b/system_ext/private/property_contexts @@ -3,6 +3,3 @@ telephony.TnNtn.image_switch u:object_r:telephony_modem_prop:s0 exact enum nt telephony.ril.modem_bin_status u:object_r:telephony_modemtype_prop:s0 exact uint telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool telephony.ril.ntn_demo_mode u:object_r:telephony_ntn_demo_mode_prop:s0 exact bool - -# setupwizard -setupwizard.feature.provisioning_profile_mode u:object_r:setupwizard_feature_prop:s0 diff --git a/system_ext/public/property.te b/system_ext/public/property.te index f1b73f0..e492369 100644 --- a/system_ext/public/property.te +++ b/system_ext/public/property.te @@ -7,6 +7,3 @@ system_restricted_prop(telephony_ntn_demo_mode_prop) userdebug_or_eng(` set_prop(shell, telephony_ril_prop) ') - -# setupwizard -system_public_prop(setupwizard_feature_prop) diff --git a/vendor/vendor_init.te b/vendor/vendor_init.te index b1c1536..4dcc237 100644 --- a/vendor/vendor_init.te +++ b/vendor/vendor_init.te @@ -6,6 +6,3 @@ allow vendor_init tee_data_file:lnk_file read; # MM allow vendor_init proc_compaction_proactiveness:file w_file_perms; allow vendor_init proc_percpu_pagelist_high_fraction:file w_file_perms; - -# setupwizard -set_prop(vendor_init, setupwizard_feature_prop)