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
4fbf4d87
Commit
4fbf4d87
authored
7 years ago
by
Peng Xu
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow system to dump sensor hal process" into oc-dr1-dev am:
b4f88cd6
am:
7cd696ee
Change-Id: Iea59a9607e56355372b1b90249853c48f2b63bba
parents
126c3bc0
7cd696ee
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/system_server.te
+1
-0
1 addition, 0 deletions
private/system_server.te
public/dumpstate.te
+1
-0
1 addition, 0 deletions
public/dumpstate.te
with
2 additions
and
0 deletions
private/system_server.te
+
1
−
0
View file @
4fbf4d87
...
...
@@ -248,6 +248,7 @@ allow system_server {
hal_bluetooth_server
hal_camera_server
hal_graphics_composer_server
hal_sensors_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process { signal };
...
...
This diff is collapsed.
Click to expand it.
public/dumpstate.te
+
1
−
0
View file @
4fbf4d87
...
...
@@ -73,6 +73,7 @@ allow dumpstate {
hal_bluetooth_server
hal_camera_server
hal_graphics_composer_server
hal_sensors_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process signal;
...
...
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