From owner-cvs-sys Mon Jan 5 17:44:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA09301 for cvs-sys-outgoing; Mon, 5 Jan 1998 17:44:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA09144; Mon, 5 Jan 1998 17:42:38 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA07247; Mon, 5 Jan 1998 17:37:13 -0800 (PST) Date: Mon, 5 Jan 1998 17:37:13 -0800 (PST) Message-Id: <199801060137.RAA07247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1998/01/05 17:37:13 PST Modified files: sys/miscfs/procfs procfs_vnops.c Log: Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result in the expected failure. Revision Changes Path 1.51 +4 -1 src/sys/miscfs/procfs/procfs_vnops.c