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
cd525cda
Commit
cd525cda
authored
8 years ago
by
Steven Moreland
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow bugreport to dump some HAL processes." am:
45afc7a6
am:
1ecff6fa
am:
165c3701
Change-Id: I76b85c42d2a24810de78e56d6f9624eb8df04c90
parents
4ca2d4a4
165c3701
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
public/dumpstate.te
+8
-2
8 additions, 2 deletions
public/dumpstate.te
with
8 additions
and
2 deletions
public/dumpstate.te
+
8
−
2
View file @
cd525cda
...
...
@@ -52,18 +52,24 @@ allow dumpstate domain:process getattr;
allow dumpstate { appdomain system_server }:process signal;
# Signal native processes to dump their stack.
# This list comes from native_processes_to_dump in dumpstate/utils.c
allow dumpstate {
# This list comes from native_processes_to_dump in dumpstate/utils.c
audioserver
cameraserver
drmserver
inputflinger
mediacodec
mediadrmserver
mediaextractor
mediaserver
sdcardd
surfaceflinger
# This list comes from hal_interfaces_to_dump in dumpstate/utils.c
hal_audio_server
hal_bluetooth_server
hal_camera_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process signal;
# Connect to tombstoned to intercept dumps.
...
...
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