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

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

* commit 'a4e28f2e':
  Allow dumpstate to write shell files
parents 53c03f1b a4e28f2e
No related branches found
No related tags found
No related merge requests found
......@@ -68,3 +68,8 @@ binder_call(dumpstate, appdomain)
# Reading /proc/PID/maps of other processes
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