summaryrefslogtreecommitdiffstats
path: root/sepolicy/zygote.te
blob: 58980c7356a111d662d7e6a964a8653da59d80b4 (plain)
1
2
3
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 };