Skip to content
Snippets Groups Projects
Commit 75268b04 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "allow procrank to write to bug report"

parents 7028bdcc af16c40c
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,6 @@ userdebug_or_eng(` ...@@ -12,4 +12,6 @@ userdebug_or_eng(`
r_dir_file(procrank, domain) r_dir_file(procrank, domain)
allow procrank { shell dumpstate }:fd use; allow procrank { shell dumpstate }:fd use;
allow procrank adbd:process sigchld; allow procrank adbd:process sigchld;
# allow procrank write to bugreport.
allow procrank shell_data_file:file w_file_perms;
') ')
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