From owner-cvs-all Fri Mar 12 11:40:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A71CA14CFE; Fri, 12 Mar 1999 11:40:53 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA75343; Fri, 12 Mar 1999 11:40:40 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199903121940.LAA75343@freefall.freebsd.org> From: Warner Losh Date: Fri, 12 Mar 1999 11:40:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/umapfs umap_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/03/12 11:40:39 PST Modified files: sys/miscfs/umapfs umap_vfsops.c Log: Don't allow anyone except root to mount file systems that map uids. This can have bad security implications, but the impact on FreeBSD systems is minimal because this fs isn't in the default kernels and it is unknown if it even works. Submitted by: Manuel Bouyer and Artur Grabowski Revision Changes Path 1.24 +7 -1 src/sys/miscfs/umapfs/umap_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message