From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by chiba.3jane.net (Postfix) with ESMTP id 4040EAC43E for ; Thu, 20 Jun 2002 09:48:02 -0500 (CDT) Received: from [172.19.20.63] (helo=mrvdomng2.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17L3E3-0006X3-00 for gentoo-dev@gentoo.org; Thu, 20 Jun 2002 16:47:55 +0200 Received: from [217.85.221.25] (helo=eiche.ahsoftware) by mrvdomng2.kundenserver.de with esmtp (Exim 3.22 #2) id 17L3Dz-00079A-00 for gentoo-dev@gentoo.org; Thu, 20 Jun 2002 16:47:51 +0200 Received: from krabat.ahsoftware (krabat.ahsoftware [192.168.207.2]) by eiche.ahsoftware (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id g5KEl0P01279 for ; Thu, 20 Jun 2002 16:47:01 +0200 Date: Thu, 20 Jun 2002 16:52:13 +0200 From: Alexander Holler To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Why is make installed sgid? Message-ID: <267340000.1024584733@krabat.ahsoftware> In-Reply-To: References: X-Mailer: Mulberry/2.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 4c6b4736-41fc-4d15-b0ca-20645df80864 X-Archives-Hash: 2b4622226fcaa835362baac89fc4534f Hello, --On Donnerstag, Juni 20, 2002 04:56:12 +0200 Karl Trygve Kalleberg wrote: > On Thu, 20 Jun 2002, Alexander Holler wrote: > >> I just want to ask why make is installed sgid. > > Good question. Submit a bug report for it. I've found it. Make needs sgid root to access /dev/kmem to obtain the system load for option -l (see tests/README). But because this seems to be the only reason for the sgid, and I believe that almost nobody ever uses this option, I vote for a installation of make without sgid. Regards, Alexander