Merge "dumpstate: allow HALs to read /proc/interrupts" am: 871e44c456
am: e2f8626ed3
am: e43f5c9792
Change-Id: I40ee71a3473e23a29b370cdc8be7cabd8e8245fc
This commit is contained in:
commit
2819620e8f
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ binder_call(hal_dumpstate_server, hal_dumpstate_client)
|
|||
|
||||
# write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue