aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox.c b/sandbox.c
index ab8ddf8..7d27865 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -24,7 +24,7 @@
void
sandbox_main_process(void)
{
- if (pledge("stdio rpath inet dns sendfd proc", NULL) == -1)
+ if (pledge("stdio rpath inet dns sendfd", NULL) == -1)
fatal("pledge");
}