Merge "Finish fixing Zygote descriptor leakage problem"
This commit is contained in:
commit
d20c0c23cb
1 changed files with 0 additions and 4 deletions
4
app.te
4
app.te
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue