From owner-freebsd-hackers Fri Oct 18 10:46:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA11048 for hackers-outgoing; Fri, 18 Oct 1996 10:46:10 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA11041 for ; Fri, 18 Oct 1996 10:46:06 -0700 (PDT) Received: by sovcom.kiae.su id AA00679 (5.65.kiae-1 ); Fri, 18 Oct 1996 20:44:29 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 18 Oct 96 20:44:29 +0300 Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id VAA03140; Fri, 18 Oct 1996 21:43:25 +0400 (MSD) Message-Id: <199610181743.VAA03140@nagual.ru> Subject: Re: cvs commit: src/lib/libc/db/hash hash_buf.c In-Reply-To: <199610181711.KAA15566@root.com> from "David Greenman" at "Oct 18, 96 10:11:22 am" To: dg@Root.COM Date: Fri, 18 Oct 1996 21:43:25 +0400 (MSD) Cc: karl@Mcs.Net, freebsd-hackers@FreeBSD.ORG, tech-userlevel@NetBSD.ORG From: "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL28 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >2) Any process which starts with the SUID or SGID bit on must > > internally decline to dump core (regardless of ulimit settings) at > > all times -- both while SUID and *IF SUID IS REVOKED BY THE JOB*. Even if you revoke your suid, SUID kerner flag not cleared. It means not current suid state, but the fact that setuid was called once (even not the fact that uid is really changed). -- Andrey A. Chernov http://www.nagual.ru/~ache/