From b7c5a67b73b3883723070f4b14a5e1165057c9e2 Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Mon, 7 Mar 2016 11:23:39 -0800 Subject: [PATCH] allow binderservice domains to write to a fifo file Bug: 27511071 Change-Id: I737aa9daac6c78846fe375300c3338e401d733ac --- binderservicedomain.te | 1 + 1 file changed, 1 insertion(+) diff --git a/binderservicedomain.te b/binderservicedomain.te index 36993eb61..a2157a403 100644 --- a/binderservicedomain.te +++ b/binderservicedomain.te @@ -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 -- GitLab