Skip to content
Snippets Groups Projects
Commit 5e220874 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am e58a42f8: am a4e28f2e: Merge "Allow dumpstate to write shell files"

* commit 'e58a42f8':
  Allow dumpstate to write shell files
parents 97bc7239 e58a42f8
No related branches found
No related tags found
No related merge requests found
...@@ -68,3 +68,8 @@ binder_call(dumpstate, appdomain) ...@@ -68,3 +68,8 @@ binder_call(dumpstate, appdomain)
# Reading /proc/PID/maps of other processes # Reading /proc/PID/maps of other processes
allow dumpstate self:capability sys_ptrace; allow dumpstate self:capability sys_ptrace;
# Allow the bugreport service to create a file in
# /data/data/com.android.shell/files/bugreports/bugreport
allow dumpstate shell_data_file:dir rw_dir_perms;
allow dumpstate shell_data_file:file create_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment