diff options
author | 2016-07-28 12:12:16 +0000 | |
---|---|---|
committer | 2016-07-28 12:12:16 +0000 | |
commit | 99e59e446450e826569cfe4a48d5aa1382a16c83 (patch) | |
tree | d20ff2abe90c0ede15b3b0f063249f1411f8a149 | |
parent | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue (diff) | |
download | wireguard-openbsd-99e59e446450e826569cfe4a48d5aa1382a16c83.tar.xz wireguard-openbsd-99e59e446450e826569cfe4a48d5aa1382a16c83.zip |
Revert previous commit
-rw-r--r-- | sys/kern/kern_pledge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_pledge.c b/sys/kern/kern_pledge.c index 7bbee024104..32c26be7df6 100644 --- a/sys/kern/kern_pledge.c +++ b/sys/kern/kern_pledge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_pledge.c,v 1.179 2016/07/28 12:08:14 mikeb Exp $ */ +/* $OpenBSD: kern_pledge.c,v 1.180 2016/07/28 12:12:16 mikeb Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> @@ -382,7 +382,7 @@ static const struct { { "rpath", PLEDGE_RPATH }, { "sendfd", PLEDGE_SENDFD }, { "settime", PLEDGE_SETTIME }, - { "stdio", PLEDGE_STDIO|PLEDGE_RECVFD }, + { "stdio", PLEDGE_STDIO }, { "tmppath", PLEDGE_TMPPATH }, { "tty", PLEDGE_TTY }, { "unix", PLEDGE_UNIX }, |