aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--binderservicedomain.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/binderservicedomain.te b/binderservicedomain.te
index 5990301..757d807 100644
--- a/binderservicedomain.te
+++ b/binderservicedomain.te
@@ -7,3 +7,7 @@ allow binderservicedomain shell_data_file:file { getattr write };
# Allow dumpsys to work from adb shell
allow binderservicedomain devpts:chr_file rw_file_perms;
+
+# Receive and write to a pipe received over Binder from an app.
+allow binderservicedomain appdomain:fd use;
+allow binderservicedomain appdomain:fifo_file write;