Merge "Grant dumpstate append to app_data_file_type" into main am: 1b85ead322
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3088105 Change-Id: I534f0645532dfa73baf3aa6646f311a2755089d7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
31533d3c8b
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ allow dumpstate anr_data_file:file create_file_perms;
|
|||
allow dumpstate system_data_file:file r_file_perms;
|
||||
|
||||
# Allow dumpstate to append into apps' private files.
|
||||
allow dumpstate { privapp_data_file app_data_file }:file append;
|
||||
allow dumpstate app_data_file_type:file append;
|
||||
|
||||
# Read dmesg
|
||||
allow dumpstate self:global_capability2_class_set syslog;
|
||||
|
|
Loading…
Reference in a new issue