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

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

* commit 'e58bcf4e':
  system_server.te: allow getopt/getattr on zygote socket
parents 5c30295b e58bcf4e
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,10 @@ allow system_server zygote:fd use; ...@@ -13,6 +13,10 @@ allow system_server zygote:fd use;
allow system_server zygote:process sigchld; allow system_server zygote:process sigchld;
allow system_server zygote_tmpfs:file read; 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. # system server gets network and bluetooth permissions.
net_domain(system_server) net_domain(system_server)
bluetooth_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