Skip to content
Snippets Groups Projects
Commit cbfa8ddf authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Sepolicy: Allow debuggerd to dump backtraces of Bluetooth

Allow to dump traces of the Bluetooth process during ANR
and system-server watchdog dumps.

Bug: 28658141
Change-Id: Ie78bcb25e94e1ed96ccd75f7a35ecb04e7cb2b82
parent 0983db4a
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ allow debuggerd system_data_file:file open; ...@@ -34,6 +34,7 @@ allow debuggerd system_data_file:file open;
allow debuggerd { allow debuggerd {
audioserver audioserver
bluetooth
cameraserver cameraserver
drmserver drmserver
inputflinger inputflinger
......
...@@ -156,6 +156,7 @@ binder_service(system_server) ...@@ -156,6 +156,7 @@ binder_service(system_server)
# frameworks/base/services/core/java/com/android/server/Watchdog.java. # frameworks/base/services/core/java/com/android/server/Watchdog.java.
allow system_server { allow system_server {
audioserver audioserver
bluetooth
cameraserver cameraserver
drmserver drmserver
inputflinger inputflinger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment