Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
829672f0
Commit
829672f0
authored
8 years ago
by
Jason Monk
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Add persist.vendor.overlay. to properties
am:
0e1cbf56
Change-Id: Ic60dfc5a0caf4cd43c2fdc25c44f58eaacf4fd66
parents
b2245d64
0e1cbf56
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/property_contexts
+2
-0
2 additions, 0 deletions
private/property_contexts
public/property.te
+1
-0
1 addition, 0 deletions
public/property.te
public/system_server.te
+1
-0
1 addition, 0 deletions
public/system_server.te
public/zygote.te
+3
-0
3 additions, 0 deletions
public/zygote.te
with
7 additions
and
0 deletions
private/property_contexts
+
2
−
0
View file @
829672f0
...
...
@@ -56,6 +56,8 @@ persist.sys.audit_safemode u:object_r:safemode_prop:s0
persist.service. u:object_r:system_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0
persist.security. u:object_r:system_prop:s0
persist.vendor.overlay. u:object_r:overlay_prop:s0
ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
# Boolean property set by system server upon boot indicating
# if device owner is provisioned.
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
1
−
0
View file @
829672f0
...
...
@@ -41,5 +41,6 @@ type config_prop, property_type, core_property_type;
type device_logging_prop, property_type;
type safemode_prop, property_type;
type hwservicemanager_prop, property_type;
type overlay_prop, property_type;
allow property_type tmpfs:filesystem associate;
This diff is collapsed.
Click to expand it.
public/system_server.te
+
1
−
0
View file @
829672f0
...
...
@@ -357,6 +357,7 @@ set_prop(system_server, fingerprint_prop)
set_prop(system_server, device_logging_prop)
set_prop(system_server, wifi_prop)
set_prop(system_server, dumpstate_options_prop)
set_prop(system_server, overlay_prop)
userdebug_or_eng(`set_prop(system_server, wifi_log_prop)')
# ctl interface
...
...
This diff is collapsed.
Click to expand it.
public/zygote.te
+
3
−
0
View file @
829672f0
...
...
@@ -88,6 +88,9 @@ userdebug_or_eng(`
allow zygote ion_device:chr_file r_file_perms;
allow zygote tmpfs:dir r_dir_perms;
# Let the zygote access overlays so it can initialize the AssetManager
get_prop(zygote, overlay_prop)
###
### neverallow rules
###
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment