Skip to content
Snippets Groups Projects
Commit 12b8f79d authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Allow dumpstate to read /data/tombstones.

Change-Id: Iad32cfb4d5b69176fc551b8339d84956415a4fe7
parent af4a3db0
No related branches found
No related tags found
No related merge requests found
...@@ -96,3 +96,7 @@ control_logd(dumpstate) ...@@ -96,3 +96,7 @@ control_logd(dumpstate)
# Read network state info files. # Read network state info files.
allow dumpstate net_data_file:dir search; allow dumpstate net_data_file:dir search;
allow dumpstate net_data_file:file r_file_perms; allow dumpstate net_data_file:file r_file_perms;
# Access /data/tombstones.
allow dumpstate tombstone_data_file:dir r_dir_perms;
allow dumpstate tombstone_data_file: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