summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-11 07:03:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-11 07:03:39 +0000
commit14c423296cb602c938c6235a9dd300f169b8624f (patch)
tree60d09ecad0de13c6b1d5d8f98ed63c79d45fe636 /sys/kern
parent7c2500b58b464b10bf6ab71a7fba5079f1176c72 (diff)
remove pledge "ioctl" backwards compat
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_pledge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_pledge.c b/sys/kern/kern_pledge.c
index 3730b794134..5ba73b2f33d 100644
--- a/sys/kern/kern_pledge.c
+++ b/sys/kern/kern_pledge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_pledge.c,v 1.192 2017/01/23 05:49:24 deraadt Exp $ */
+/* $OpenBSD: kern_pledge.c,v 1.193 2017/03/11 07:03:38 deraadt Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -372,7 +372,6 @@ static const struct {
{ "getpw", PLEDGE_GETPW },
{ "id", PLEDGE_ID },
{ "inet", PLEDGE_INET },
- { "ioctl", PLEDGE_TAPE }, /* Remove Feb 1 2017 */
{ "mcast", PLEDGE_MCAST },
{ "pf", PLEDGE_PF },
{ "proc", PLEDGE_PROC },