Revert^2 "Allow vendor_init to set setupwizard prop"
dd5d44c6f6
Change-Id: Id32f5409e88e377f96c0e774a13bbb2cec246bfa
Merged-In: I7a46078fb68b61b608296c1a1c509dd5cedfd1e2
This commit is contained in:
parent
dd5d44c6f6
commit
d6b057332c
6 changed files with 15 additions and 0 deletions
2
system_ext/private/gmscore_app.te
Normal file
2
system_ext/private/gmscore_app.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Allow to read setupwizard_feature_prop
|
||||
get_prop(gmscore_app, setupwizard_feature_prop)
|
2
system_ext/private/priv_app.te
Normal file
2
system_ext/private/priv_app.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Allow to read setupwizard_feature_prop
|
||||
get_prop(priv_app, setupwizard_feature_prop)
|
2
system_ext/private/property_contexts
Normal file
2
system_ext/private/property_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# setupwizard
|
||||
setupwizard.feature.provisioning_profile_mode u:object_r:setupwizard_feature_prop:s0
|
2
system_ext/public/property.te
Normal file
2
system_ext/public/property.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# setupwizard
|
||||
system_public_prop(setupwizard_feature_prop)
|
Loading…
Add table
Add a link
Reference in a new issue