Adam Shih 274819fc94 move ramdump relate dumpstate to gs-common
Bug: 248428203
Test: adb bugreport
Change-Id: I19ffce8e883b3ab88eae1ff7373b35c0ed517aa9
2022-10-03 12:20:42 +08:00

11 lines
350 B
Plaintext

pixel_bugreport(dump_ramdump)
userdebug_or_eng(`
allow dump_ramdump mnt_vendor_file:dir search;
allow dump_ramdump vendor_shell_exec:file execute_no_trans;
allow dump_ramdump vendor_toolbox_exec:file execute_no_trans;
allow dump_ramdump ramdump_vendor_mnt_file:dir search;
allow dump_ramdump ramdump_vendor_mnt_file:file r_file_perms;
')