From owner-cvs-sbin Tue Oct 21 00:27:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25727 for cvs-sbin-outgoing; Tue, 21 Oct 1997 00:27:30 -0700 (PDT) (envelope-from owner-cvs-sbin) 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 AAA25673; Tue, 21 Oct 1997 00:26:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA18991; Tue, 21 Oct 1997 00:26:54 -0700 (PDT) Date: Tue, 21 Oct 1997 00:26:54 -0700 (PDT) Message-Id: <199710210726.AAA18991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/i386/mount_msdos Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/21 00:26:53 PDT Modified files: sbin/i386/mount_msdos Makefile Log: Don't install mount_msdos setuid root. Lite2's mount(2) handles permissions centrally and a setuid root mount utility just breaks its security. There was no new breakage in practice because mfdosfs_mount() still checks the ruid. Revision Changes Path 1.6 +1 -4 src/sbin/i386/mount_msdos/Makefile