diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-07-28 12:12:17 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-07-28 12:12:17 +0000 |
commit | d2f7178c420dd5c1b236176270f8f6902b4707cf (patch) | |
tree | b3ca50c5b9f2665e18667afd28e7c4fa205ae97c /sys/kern/kern_pledge.c | |
parent | 24e592aab633b17e2867f4c625504ae296fa12d3 (diff) |
Revert previous commit
Diffstat (limited to 'sys/kern/kern_pledge.c')
-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 }, |