FIOCLEX & FIONCLEX should be in base ioctl set
authorderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 04:58:54 +0000 (04:58 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 04:58:54 +0000 (04:58 +0000)
sys/kern/kern_pledge.c

index 1b3049a..a758a96 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_pledge.c,v 1.27 2015/10/14 23:15:37 sthen Exp $  */
+/*     $OpenBSD: kern_pledge.c,v 1.28 2015/10/15 04:58:54 deraadt Exp $        */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -1029,6 +1029,8 @@ pledge_ioctl_check(struct proc *p, long com, void *v)
        switch (com) {
        case FIONREAD:
        case FIONBIO:
+       case FIOCLEX:
+       case FIONCLEX:
                return (0);
        }
 
@@ -1042,8 +1044,6 @@ pledge_ioctl_check(struct proc *p, long com, void *v)
         */
        if ((p->p_p->ps_pledge & PLEDGE_IOCTL)) {
                switch (com) {
-               case FIOCLEX:
-               case FIONCLEX:
                case FIOASYNC:
                case FIOSETOWN:
                case FIOGETOWN: