dump hal_graphics_composer

Bug: 208909191
Test: do bugreport with no relevant error logs
Change-Id: I5d89e6a1a40c856d8717d07040362aec5a88fa59
This commit is contained in:
Adam Shih 2021-12-06 10:36:11 +08:00
parent 474da130f9
commit d69e2703f5
2 changed files with 8 additions and 5 deletions

View file

@ -1,11 +1,6 @@
# b/208721809
dontaudit dumpstate fuse:dir { search };
dontaudit dumpstate hal_graphics_composer_default:binder { call };
dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
dontaudit dumpstate hal_uwb_vendor_default:binder { call };
dontaudit dumpstate modem_img_file:filesystem { getattr };
dontaudit dumpstate vendor_dmabuf_debugfs:file { open };
dontaudit dumpstate vendor_dmabuf_debugfs:file { read };
dontaudit dumpstate vold:binder { call };
# b/208909191
dontaudit dumpstate vendor_dmabuf_debugfs:file { getattr };

View file

@ -1,5 +1,13 @@
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;