currently needing them. delete 'em for now.
ok doug
-/* $OpenBSD: kern_pledge.c,v 1.31 2015/10/16 06:40:53 doug Exp $ */
+/* $OpenBSD: kern_pledge.c,v 1.32 2015/10/16 06:42:02 deraadt Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
*/
if ((p->p_p->ps_pledge & PLEDGE_IOCTL)) {
switch (com) {
- case FIOSETOWN:
- case FIOGETOWN:
- return (0);
case TIOCGETA:
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
return (0);