Revert "Add setupwizard_esim_prop to access ro.setupwizard.esim_cid_ignore"

This reverts commit 489abecf67.

Reason for revert: b/279988311 we rename the vendor.modem property so we don't need to add the new rules

Change-Id: I19d1da02baf8cc4b5182a3410111a0e78831d7f8
Merged-In: I0c2bfe55987949ad52f62e468c84df954f39a4ad
This commit is contained in:
Jin Jeong 2023-05-15 10:39:53 +00:00
parent 489abecf67
commit 9bd3eedbef
4 changed files with 1 additions and 7 deletions

View file

@ -59,7 +59,6 @@
remote_provisioning_service
rkpdapp
servicemanager_prop
setupwizard_esim_prop
shutdown_checkpoints_system_data_file
stats_config_data_file
sysfs_fs_fuse_features

View file

@ -598,10 +598,6 @@ neverallow {
-init
} setupwizard_prop:property_service set;
neverallow {
domain
-init
} setupwizard_esim_prop:property_service set;
# ro.product.property_source_order is useless after initialization of ro.product.* props.
# So making it accessible only from init and vendor_init.
neverallow {

View file

@ -1448,8 +1448,8 @@ partition.product.verified.root_digest u:object_r:verity_status_prop:s0 exact
partition.vendor.verified.root_digest u:object_r:verity_status_prop:s0 exact string
partition.odm.verified.root_digest u:object_r:verity_status_prop:s0 exact string
ro.setupwizard.esim_cid_ignore u:object_r:setupwizard_esim_prop:s0 exact string
ro.setupwizard.enterprise_mode u:object_r:setupwizard_prop:s0 exact bool
ro.setupwizard.esim_cid_ignore u:object_r:setupwizard_prop:s0 exact string
ro.setupwizard.rotation_locked u:object_r:setupwizard_prop:s0 exact bool
ro.setupwizard.wifi_on_exit u:object_r:setupwizard_prop:s0 exact bool

View file

@ -88,7 +88,6 @@ system_restricted_prop(property_service_version_prop)
system_restricted_prop(provisioned_prop)
system_restricted_prop(restorecon_prop)
system_restricted_prop(retaildemo_prop)
system_restricted_prop(setupwizard_esim_prop)
system_restricted_prop(servicemanager_prop)
system_restricted_prop(smart_idle_maint_enabled_prop)
system_restricted_prop(socket_hook_prop)