• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1pixel_bugreport(dump_ramdump)
2
3userdebug_or_eng(`
4  allow dump_ramdump mnt_vendor_file:dir search;
5  allow dump_ramdump vendor_shell_exec:file execute_no_trans;
6  allow dump_ramdump vendor_toolbox_exec:file execute_no_trans;
7
8  allow dump_ramdump ramdump_vendor_mnt_file:dir search;
9  allow dump_ramdump ramdump_vendor_mnt_file:file r_file_perms;
10')
11