diff --git a/app.te b/app.te
index a0672c78f9bc7672d7a24396a26f63cfcaa0d622..cb6ecbc4eac24d92b5de45f6badab20565710362 100644
--- a/app.te
+++ b/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;