Skip to content
Snippets Groups Projects
Commit b7c5a67b authored by Nick Kralevich's avatar Nick Kralevich
Browse files

allow binderservice domains to write to a fifo file

Bug: 27511071
Change-Id: I737aa9daac6c78846fe375300c3338e401d733ac
parent 6e4bcbe6
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
# Allow dumpstate to collect information from binder services
allow binderservicedomain dumpstate:fd use;
allow binderservicedomain dumpstate:unix_stream_socket { read write getopt getattr };
allow binderservicedomain dumpstate:fifo_file { getattr write };
allow binderservicedomain shell_data_file:file { getattr write };
# Allow dumpsys to work from adb shell or the serial console
......
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