Merge "tombstoned: allow unlinking anr files" am: 6b1ce73e1f
am: ce83df5763
Change-Id: I4eaf900d032173006d645572c4b37d366bf3df07
This commit is contained in:
commit
7847680beb
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue