Add 'sepolicy/' from tag 'android-15.0.0_r2'
git-subtree-dir: sepolicy git-subtree-mainline:e3b10c7b99
git-subtree-split:b533a0a66d
Change-Id: Ib092346a141d5b4455aaade3be274f75c98f40cf
This commit is contained in:
commit
bfc5da8a23
23 changed files with 158 additions and 0 deletions
2
sepolicy/system_ext/private/gmscore_app.te
Normal file
2
sepolicy/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
sepolicy/system_ext/private/priv_app.te
Normal file
2
sepolicy/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
sepolicy/system_ext/private/property_contexts
Normal file
2
sepolicy/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
sepolicy/system_ext/public/property.te
Normal file
2
sepolicy/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