Allow dumpstate to access fscklogs

Bug: 241641121
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: I4561775a277e26eaca1351c6e90add1e9adea8e5
This commit is contained in:
Jaegeuk Kim 2022-08-11 11:18:37 -07:00
parent 9c0d804b45
commit 5e5abd6f4f

View file

@ -13,3 +13,6 @@ binder_call(hal_dumpstate_server, servicemanager)
allow hal_dumpstate shell_data_file:file write;
# allow reading /proc/interrupts for all hal impls
allow hal_dumpstate proc_interrupts:file r_file_perms;
# Log fsck results
r_dir_file(hal_dumpstate, fscklogs)