Allow dumpstate to access fscklogs
Bug: 241641121 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: I4561775a277e26eaca1351c6e90add1e9adea8e5
This commit is contained in:
parent
9c0d804b45
commit
5e5abd6f4f
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue