Fixes: b/192026913 Test: Run dumpstate and confirm no avc denials Signed-off-by: Michael Ayoubi <mayoubi@google.com> Change-Id: I3d818fb066a834663dc63b8757bd16c08a1a0e9e
17 lines
486 B
Text
17 lines
486 B
Text
dump_hal(hal_telephony)
|
|
dump_hal(hal_graphics_composer)
|
|
dump_hal(hal_uwb)
|
|
|
|
userdebug_or_eng(`
|
|
allow dumpstate media_rw_data_file:file append;
|
|
')
|
|
|
|
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
|
|
allow dumpstate persist_file:dir r_dir_perms;
|
|
|
|
allow dumpstate modem_efs_file:dir getattr;
|
|
allow dumpstate modem_img_file:dir getattr;
|
|
allow dumpstate modem_userdata_file:dir getattr;
|
|
allow dumpstate fuse:dir search;
|
|
|
|
dontaudit dumpstate vendor_dmabuf_debugfs:file r_file_perms;
|