From owner-cvs-all Tue Feb 24 20:47:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28833 for cvs-all-outgoing; Tue, 24 Feb 1998 20:47:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28828; Tue, 24 Feb 1998 20:47:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01526; Tue, 24 Feb 1998 20:47:06 -0800 (PST) Date: Tue, 24 Feb 1998 20:47:06 -0800 (PST) Message-Id: <199802250447.UAA01526@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/02/24 20:47:05 PST Modified files: sys/ufs/ffs ffs_vfsops.c Log: Fixed missing permissions checking for mounting by non-root. There is now less need for the vfs.usermount sysctl. msdosfs already has this change, modulo a missing LK_RETRY, via NetBSD. At least ext2fs is missing this and many other changes from Lite2. Obtained from: Lite2 Revision Changes Path 1.72 +36 -2 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message