Skip to content
Snippets Groups Projects
Commit d20c0c23 authored by Dave Platt's avatar Dave Platt Committed by Gerrit Code Review
Browse files

Merge "Finish fixing Zygote descriptor leakage problem"

parents 5487ca00 0b218ec5
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,6 @@ unix_socket_connect(appdomain, keystore, keystore)
# Receive and use open file descriptors inherited from zygote.
allow appdomain zygote:fd use;
# Needed to close the zygote socket, which involves getopt / getattr
# This should be deleted after b/12061011 is fixed
allow appdomain zygote:unix_stream_socket { getopt getattr };
# gdbserver for ndk-gdb reads the zygote.
allow appdomain zygote_exec:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment