commit | 952072b9da4997846e62317aad10dea24c6e515b | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Fri Jan 20 21:07:08 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 20 21:07:09 2017 +0000 |
tree | 374b1c0ae7131ea0190af788d69af21a1c23901a | |
parent | 4eddb3e3d212475f485702d001de7d277ff89228 [diff] | |
parent | e1ff7e88598b00f798f10f6e951133efa055d5e5 [diff] |
Merge "Sort hal_* declarations alphabetically"
diff --git a/public/tombstoned.te b/public/tombstoned.te index c830d93..840c026 100644 --- a/public/tombstoned.te +++ b/public/tombstoned.te
@@ -10,3 +10,4 @@ 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 };