Skip to content
Snippets Groups Projects
Commit e58bcf4e authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am c4d7c0d7: system_server.te: allow getopt/getattr on zygote socket

* commit 'c4d7c0d7':
  system_server.te: allow getopt/getattr on zygote socket
parents d500f837 c4d7c0d7
Branches
Tags
No related merge requests found
......@@ -13,6 +13,10 @@ allow system_server zygote:fd use;
allow system_server zygote:process sigchld;
allow system_server zygote_tmpfs:file read;
# Needed to close the zygote socket, which involves getopt / getattr
# This should be deleted after b/12061011 is fixed
allow system_server zygote:unix_stream_socket { getopt getattr };
# system server gets network and bluetooth permissions.
net_domain(system_server)
bluetooth_domain(system_server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment