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
4eb9687f
Commit
4eb9687f
authored
7 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Allow AOSP processes to read pm_prop am:
0f5ad4e5
am:
21ce3450
Change-Id: Ic4cabef801675f28f6fe81c6034cff377ec59791
parents
feabf294
21ce3450
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/coredomain.te
+1
-0
1 addition, 0 deletions
private/coredomain.te
public/domain.te
+4
-0
4 additions, 0 deletions
public/domain.te
with
5 additions
and
0 deletions
private/coredomain.te
0 → 100644
+
1
−
0
View file @
4eb9687f
get_prop(coredomain, pm_prop)
This diff is collapsed.
Click to expand it.
public/domain.te
+
4
−
0
View file @
4eb9687f
...
...
@@ -450,6 +450,10 @@ neverallow * hidl_base_hwservice:hwservice_manager find;
neverallow { domain -init } default_prop:property_service set;
neverallow { domain -init } mmc_prop:property_service set;
# Only core domains are allowed to access package_manager properties
neverallow { domain -init -system_server } pm_prop:property_service set;
neverallow { domain -coredomain } pm_prop:file no_rw_file_perms;
# Do not allow reading device's serial number from system properties except form
# a few whitelisted domains.
neverallow {
...
...
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