Skip to content
Snippets Groups Projects
Commit 313e4056 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android (Google) Code Review
Browse files

Merge "Allow dumpstate to read /system/bin executables." into lmp-dev

parents 69cdca91 04f3d790
No related branches found
No related tags found
No related merge requests found
...@@ -100,3 +100,6 @@ allow dumpstate net_data_file:file r_file_perms; ...@@ -100,3 +100,6 @@ allow dumpstate net_data_file:file r_file_perms;
# Access /data/tombstones. # Access /data/tombstones.
allow dumpstate tombstone_data_file:dir r_dir_perms; allow dumpstate tombstone_data_file:dir r_dir_perms;
allow dumpstate tombstone_data_file:file r_file_perms; allow dumpstate tombstone_data_file:file r_file_perms;
# Access /system/bin executables to determine type of executable.
allow dumpstate {drmserver_exec mediaserver_exec sdcardd_exec surfaceflinger_exec}:file r_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