Commit Diff


commit - b692d8bd5b24045832657a01b7ad6fa15793ef68
commit + c5ded53a8e37b5812d3648c4247ba9f4cc6f2028
blob - 7d27865d6b3a5398e0f682a64a001a2ad76dca53
blob + fbc40a669f132deb6cbf913b00c349177d4a5668
--- sandbox.c
+++ sandbox.c
@@ -31,7 +31,7 @@ sandbox_main_process(void)
 void
 sandbox_server_process(void)
 {
-	if (pledge("stdio recvfd rpath unix inet dns", NULL) == -1)
+	if (pledge("stdio rpath inet unix dns recvfd", NULL) == -1)
 		fatal("pledge");
 }