Merge "Revert "Add setupwizard_feature_prop as one of properties allowe..."" into 24D1-dev

This commit is contained in:
Kiwon Park 2024-06-15 00:24:49 +00:00 committed by Android (Google) Code Review
commit 2af9745bc8
5 changed files with 0 additions and 13 deletions

View file

@ -1,2 +0,0 @@
# Allow to read setupwizard_feature_prop
get_prop(gmscore_app, setupwizard_feature_prop)

View file

@ -1,2 +0,0 @@
# Allow to read setupwizard_feature_prop
get_prop(priv_app, setupwizard_feature_prop)

View file

@ -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

View file

@ -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)

View file

@ -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)