Merge "Grant dumpstate append to app_data_file_type" into main

This commit is contained in:
Thiébaud Weksteen 2024-05-16 23:29:39 +00:00 committed by Gerrit Code Review
commit 1b85ead322

View file

@ -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;