Skip to content
Snippets Groups Projects
Commit aadd0e99 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "tombstoned: allow linking tombstones."

am: c4ec97ab

Change-Id: Ibfb1e1525bbb566b183150f2817a545a27c54b85
parents 12a0f7b9 c4ec97ab
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ allow tombstoned domain:fifo_file write; ...@@ -9,7 +9,7 @@ allow tombstoned domain:fifo_file write;
allow tombstoned domain:dir r_dir_perms; allow tombstoned domain:dir r_dir_perms;
allow tombstoned domain:file r_file_perms; allow tombstoned domain:file r_file_perms;
allow tombstoned tombstone_data_file:dir rw_dir_perms; allow tombstoned tombstone_data_file:dir rw_dir_perms;
allow tombstoned tombstone_data_file:file create_file_perms; allow tombstoned tombstone_data_file:file { create_file_perms link };
# TODO: Remove append / write permissions. They were temporarily # TODO: Remove append / write permissions. They were temporarily
# granted due to a bug which appears to have been fixed. # granted due to a bug which appears to have been fixed.
...@@ -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 { create getattr open unlink }; allow tombstoned anr_data_file:file { 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