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
1f02d0cd
Commit
1f02d0cd
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow dumping hal_graphics_composer_server and fix watchdog" into oc-dev
parents
586598b6
e4d21465
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
+4
-0
4 additions, 0 deletions
private/system_server.te
public/dumpstate.te
+1
-0
1 addition, 0 deletions
public/dumpstate.te
with
5 additions
and
0 deletions
private/system_server.te
+
4
−
0
View file @
1f02d0cd
...
@@ -204,6 +204,9 @@ add_hwservice(system_server, fwk_sensor_hwservice)
...
@@ -204,6 +204,9 @@ add_hwservice(system_server, fwk_sensor_hwservice)
# Talk to tombstoned to get ANR traces.
# Talk to tombstoned to get ANR traces.
unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
# List HAL interfaces to get ANR traces.
allow system_server hwservicemanager:hwservice_manager list;
# Send signals to trigger ANR traces.
# Send signals to trigger ANR traces.
allow system_server {
allow system_server {
# This is derived from the list that system server defines as interesting native processes
# This is derived from the list that system server defines as interesting native processes
...
@@ -225,6 +228,7 @@ allow system_server {
...
@@ -225,6 +228,7 @@ allow system_server {
hal_audio_server
hal_audio_server
hal_bluetooth_server
hal_bluetooth_server
hal_camera_server
hal_camera_server
hal_graphics_composer_server
hal_vr_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process { signal };
}:process { signal };
...
...
This diff is collapsed.
Click to expand it.
public/dumpstate.te
+
1
−
0
View file @
1f02d0cd
...
@@ -69,6 +69,7 @@ allow dumpstate {
...
@@ -69,6 +69,7 @@ allow dumpstate {
hal_audio_server
hal_audio_server
hal_bluetooth_server
hal_bluetooth_server
hal_camera_server
hal_camera_server
hal_graphics_composer_server
hal_vr_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process signal;
}: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