Commit Diff


commit - 5bc29bc915c1929d8cf9d7a29f225087029efe6a
commit + 94a79035ec810b9c529406aae80037301646500a
blob - 867487362b80ce69fa1ab2de20cdf95f5f7e5fdc
blob + df2269daf92a6d942307569dca74c77616fd43cd
--- sandbox.c
+++ sandbox.c
@@ -135,7 +135,9 @@ sandbox()
 
 		/* these are used to serve the files.  note how we
 		 * allow openat but not open. */
+#ifndef __aarch64__
 		SC_ALLOW(poll),
+#endif
 		SC_ALLOW(ppoll),
 		SC_ALLOW(accept),
 		SC_ALLOW(fcntl),