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

Allow dumpstate to read /data/tombstones.

Change-Id: Iad32cfb4d5b69176fc551b8339d84956415a4fe7
parent 5a45ed4a
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ control_logd(dumpstate)
allow dumpstate net_data_file:dir search;
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;
service_manager_local_audit_domain(dumpstate)
auditallow dumpstate {
service_manager_type
......
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