From owner-freebsd-hackers Thu Mar 25 5:29:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from nomad.dataplex.net (nomad.dataplex.net [216.140.184.132]) by hub.freebsd.org (Postfix) with ESMTP id AA56314F99 for ; Thu, 25 Mar 1999 05:29:06 -0800 (PST) (envelope-from rkw@dataplex.net) Received: from localhost (rkw@localhost) by nomad.dataplex.net (8.9.2/8.9.2) with ESMTP id HAA00388; Thu, 25 Mar 1999 07:26:58 -0600 (CST) (envelope-from rkw@dataplex.net) X-Authentication-Warning: nomad.dataplex.net: rkw owned process doing -bs Date: Thu, 25 Mar 1999 07:26:58 -0600 (CST) From: Richard Wackerbarth Reply-To: rkw@dataplex.net To: Sheldon Hearn Cc: Brian Somers , freebsd-hackers@FreeBSD.ORG Subject: Re: SUID/SGID installations in make world In-Reply-To: <34033.922367342@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 Mar 1999, Sheldon Hearn wrote: > On Thu, 25 Mar 1999 08:12:56 GMT, Brian Somers wrote: > > > Would anyone have any objections to me adding > > > > INSTALL= install -C > > > > to all Makefiles that install setuid/setgid binaries ? > > This might cut down on the size of the next night's security check mail, > but it'd really bugger those of us who use the "make world, reinstall > ports, find -ctime" trick to keep the machine crud-free. So how about installing the suid's with INSTALLSUID rather than INSTALL ? Then we can have INSTALLSUID default to INSTALL And Brian can override it in his site configuration. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message