Skip to content
Snippets Groups Projects
Commit 2819620e authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

Merge "dumpstate: allow HALs to read /proc/interrupts" am: 871e44c4 am: e2f8626e

am: e43f5c97

Change-Id: I40ee71a3473e23a29b370cdc8be7cabd8e8245fc
parents 7cfba9a7 e43f5c97
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment