From owner-freebsd-security Sun Mar 26 6:22:50 2000 Delivered-To: freebsd-security@freebsd.org Received: from awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 2820E37B724 for ; Sun, 26 Mar 2000 06:22:45 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id PAA53090; Sun, 26 Mar 2000 15:19:28 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id PAA32703; Sun, 26 Mar 2000 15:19:26 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200003261419.PAA32703@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dag-Erling Smorgrav Cc: security@FreeBSD.org, brian@hak.lan.awfulhak.org Subject: Re: Installing modules schg In-Reply-To: Message from Dag-Erling Smorgrav of "26 Mar 2000 15:38:25 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Mar 2000 15:19:26 +0100 From: Brian Somers Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Any objections to the following patch? Yes... why ? As Warner & I pointed out recently, you've gotta schg everything touched before securelevel is set if you wanna do it properly. > Index: bsd.kmod.mk > =================================================================== > RCS file: /home/ncvs/src/share/mk/bsd.kmod.mk,v > retrieving revision 1.75 > diff -u -r1.75 bsd.kmod.mk > --- bsd.kmod.mk 2000/01/28 11:26:46 1.75 > +++ bsd.kmod.mk 2000/03/26 13:37:30 > @@ -203,7 +203,7 @@ > afterinstall: > .endif > > -_INSTALLFLAGS:= ${INSTALLFLAGS} > +_INSTALLFLAGS:= ${INSTALLFLAGS} -fschg > .for ie in ${INSTALLFLAGS_EDIT} > _INSTALLFLAGS:= ${_INSTALLFLAGS${ie}} > .endfor > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message