summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-03-11 16:54:54 +0000
committerderaadt <deraadt@openbsd.org>2017-03-11 16:54:54 +0000
commit21c933ee8245e2903a7ec70b5a99988cb150e4c1 (patch)
tree3dd80f640b0705860e6d35e3ae3e4e03258f2e9e
parenttest infinite recursion in eqn(7) "define" statements (diff)
downloadwireguard-openbsd-21c933ee8245e2903a7ec70b5a99988cb150e4c1.tar.xz
wireguard-openbsd-21c933ee8245e2903a7ec70b5a99988cb150e4c1.zip
pax conversion was missed; give this another week
-rw-r--r--sys/kern/kern_pledge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_pledge.c b/sys/kern/kern_pledge.c
index 5ba73b2f33d..b4303c392bb 100644
--- a/sys/kern/kern_pledge.c
+++ b/sys/kern/kern_pledge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_pledge.c,v 1.193 2017/03/11 07:03:38 deraadt Exp $ */
+/* $OpenBSD: kern_pledge.c,v 1.194 2017/03/11 16:54:54 deraadt Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -372,6 +372,7 @@ static const struct {
{ "getpw", PLEDGE_GETPW },
{ "id", PLEDGE_ID },
{ "inet", PLEDGE_INET },
+ { "ioctl", PLEDGE_TAPE }, /* Remove Mar 20 2017 */
{ "mcast", PLEDGE_MCAST },
{ "pf", PLEDGE_PF },
{ "proc", PLEDGE_PROC },