Skip to content
Snippets Groups Projects
Commit 9c4aac9c authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

tombstoned: allow append to anr_data_file.

am: 4eddb3e3

Change-Id: Ic3968a0a3fb4d932b9d05afd0d38a16c96f03388
parents f83bc221 4eddb3e3
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,4 @@ allow tombstoned domain:dir r_dir_perms;
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;
allow tombstoned anr_data_file:file { getattr append };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment