summaryrefslogtreecommitdiffstats
path: root/sepolicy/zygote.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/zygote.te')
-rw-r--r--sepolicy/zygote.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/zygote.te b/sepolicy/zygote.te
new file mode 100644
index 0000000..58980c7
--- /dev/null
+++ b/sepolicy/zygote.te
@@ -0,0 +1,4 @@
+# zygote
+allow zygote init:unix_stream_socket { read write getattr listen getopt setopt accept };
+allow zygote init:fifo_file { read write };
+allow zygote servicemanager:binder { call transfer };