Home | History | Annotate | Download | only in sepolicy
      1 userdebug_or_eng(`
      2 #allow dumpstate smlog_dump_file:dir create_dir_perms;
      3 #allow dumpstate smlog_dump_file:file create_file_perms;
      4 ')
      5 
      6 # For collecting bugreports.
      7 allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
      8 allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
      9 allow dumpstate sysfs_devices_block:file r_file_perms;
     10 allow dumpstate persist_file:dir getattr;
     11 dontaudit dumpstate kernel:system module_request;
     12