From owner-cvs-all Fri Sep 1 6:41:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3974937B423; Fri, 1 Sep 2000 06:41:42 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA91161; Fri, 1 Sep 2000 06:41:42 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009011341.GAA91161@freefall.freebsd.org> From: Robert Watson Date: Fri, 1 Sep 2000 06:41:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/01 06:41:41 PDT Modified files: sys/miscfs/procfs procfs_vnops.c Log: o Make procfs use vaccess() for procfs_access() DAC and super-user checks, rather than implementing its own {uid,gid,other} checks against vnode mode. Similar change to linprocfs currently under review. Obtained from: TrustedBSD Project Revision Changes Path 1.82 +5 -29 src/sys/miscfs/procfs/procfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message