mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Bug: 208909191 Test: do bugreport with no relevant error logs Change-Id: I5d89e6a1a40c856d8717d07040362aec5a88fa59
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
dump_hal(hal_graphics_composer)
|
|
|
|
userdebug_or_eng(`
|
|
allow dumpstate vendor_dmabuf_debugfs:file r_file_perms;
|
|
')
|
|
|
|
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
|
|
allow dumpstate persist_file:dir r_dir_perms;
|
|
allow dumpstate modem_efs_file:dir r_dir_perms;
|
|
allow dumpstate modem_userdata_file:dir r_dir_perms;
|
|
allow dumpstate modem_img_file:dir r_dir_perms;
|
|
|
|
dontaudit dumpstate vendor_dmabuf_debugfs:file r_file_perms;
|