Merge "tombstoned: allow unlinking anr files"

This commit is contained in:
Treehugger Robot 2018-04-13 23:31:27 +00:00 committed by Gerrit Code Review
commit 6b1ce73e1f

View file

@ -19,4 +19,4 @@ 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 { getattr open create };
allow tombstoned anr_data_file:file { create getattr open unlink };