Merge "Move dump_gsa to vendor" into main

This commit is contained in:
Wilson Sung 2023-12-14 03:57:13 +00:00 committed by Android (Google) Code Review
commit 8f63998c24

6
vendor/dump_gsa.te vendored Normal file
View file

@ -0,0 +1,6 @@
pixel_bugreport(dump_gsa)
userdebug_or_eng(`
allow dump_gsa vendor_toolbox_exec:file execute_no_trans;
allow dump_gsa sysfs_gsa_log:file r_file_perms;
')