Be able to dump citadel info

Bug: 208721677
Bug: 208909124
Test: do adb bugreport with no relevant error log
Change-Id: I4f76a17004b81adbddeb7557e50f488b471aa3c7
This commit is contained in:
Adam Shih 2022-01-19 11:07:38 +08:00 committed by TreeHugger Robot
parent 11d9e265ee
commit b8053f6b6e
2 changed files with 4 additions and 3 deletions

View file

@ -2,9 +2,6 @@
# b/208909124
dontaudit hal_dumpstate_default boottime_public_prop:file { open };
dontaudit hal_dumpstate_default boottime_public_prop:file { read };
dontaudit hal_dumpstate_default citadeld:binder call;
dontaudit hal_dumpstate_default citadeld_service:service_manager { find };
dontaudit hal_dumpstate_default citadel_updater:file execute_no_trans;
dontaudit hal_dumpstate_default debugfs:dir { open read };
dontaudit hal_dumpstate_default debugfs_f2fs:dir { search };
dontaudit hal_dumpstate_default debugfs_f2fs:file { open };

View file

@ -1,3 +1,7 @@
allow hal_dumpstate_default citadeld_service:service_manager find;
allow hal_dumpstate_default citadel_updater:file execute_no_trans;
binder_call(hal_dumpstate_default, citadeld);
allow hal_dumpstate_default device:dir r_dir_perms;
allow hal_dumpstate_default aoc_device:chr_file rw_file_perms;