Skip to content
Snippets Groups Projects
Commit bedc4f17 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "tombstoned: clean up TODO on anr writes"

parents ac457004 93727ae6
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,7 @@ allow tombstoned domain:file r_file_perms;
allow tombstoned tombstone_data_file:dir rw_dir_perms;
allow tombstoned tombstone_data_file:file { create_file_perms link };
# TODO: Remove append / write permissions. They were temporarily
# granted due to a bug which appears to have been fixed.
allow tombstoned anr_data_file:file { append write };
auditallow tombstoned anr_data_file:file { append write };
# Changes for the new stack dumping mechanism. Each trace goes into a
# separate file, and these files are managed by tombstoned.
allow tombstoned anr_data_file:dir rw_dir_perms;
allow tombstoned anr_data_file:file { create getattr open link unlink };
allow tombstoned anr_data_file:file { append create getattr open link unlink };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment