Skip to content
Snippets Groups Projects
Commit ce83df57 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "tombstoned: allow unlinking anr files"

am: 6b1ce73e

Change-Id: Ic7424464c50f61dfccfec6741838b94ea528aa73
parents b3a2e92b 6b1ce73e
No related branches found
No related tags found
No related merge requests found
...@@ -19,4 +19,4 @@ auditallow tombstoned anr_data_file:file { append write }; ...@@ -19,4 +19,4 @@ auditallow tombstoned anr_data_file:file { append write };
# Changes for the new stack dumping mechanism. Each trace goes into a # Changes for the new stack dumping mechanism. Each trace goes into a
# separate file, and these files are managed by tombstoned. # separate file, and these files are managed by tombstoned.
allow tombstoned anr_data_file:dir rw_dir_perms; 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 };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment