a25192262b
All hals need to use hwbinder. Test: no additional denials Bug: 34180936 Change-Id: Ie92cdbd79fc75062c4afa4cda53cb57ccde7e370
5 lines
208 B
Text
5 lines
208 B
Text
# call into dumpstate process (callbacks)
|
|
binder_call(hal_dumpstate, dumpstate)
|
|
|
|
# write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
|
|
allow hal_dumpstate shell_data_file:file write;
|