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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
5c43806e
Commit
5c43806e
authored
7 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "system_app: suppress denials for disallowed services" am:
fce64b06
am:
9201edac
am:
5885f6cb
Change-Id: I6aaec5cfbc4926286fd4de5c29cca26bcb283d93
parents
1730aa92
5885f6cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/system_app.te
+9
-0
9 additions, 0 deletions
private/system_app.te
with
9 additions
and
0 deletions
private/system_app.te
+
9
−
0
View file @
5c43806e
...
@@ -67,6 +67,15 @@ allow system_app {
...
@@ -67,6 +67,15 @@ allow system_app {
-vold_service
-vold_service
-vr_hwc_service
-vr_hwc_service
}:service_manager find;
}:service_manager find;
# suppress denials for services system_app should not be accessing.
dontaudit system_app {
dumpstate_service
installd_service
netd_service
virtual_touchpad_service
vold_service
vr_hwc_service
}:service_manager find;
allow system_app keystore:keystore_key {
allow system_app keystore:keystore_key {
get_state
get_state
...
...
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