From owner-cvs-all@FreeBSD.ORG Sun Sep 14 12:46:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF5116A4BF; Sun, 14 Sep 2003 12:46:04 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3195A43FE0; Sun, 14 Sep 2003 12:46:04 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 237E42ED417; Sun, 14 Sep 2003 12:46:04 -0700 (PDT) Date: Sun, 14 Sep 2003 12:46:04 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20030914194604.GW15671@elvis.mu.org> References: <20030914073819.GV15671@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 19:46:04 -0000 * Robert Watson [030914 08:40] wrote: > > On Sun, 14 Sep 2003, Alfred Perlstein wrote: > > > * Robert Watson [030914 00:23] wrote: > > > Log: > > > > > > Also, add SIGALRM to the set of signals permitted to be delivered to > > > setugid processes by unprivileged subjects. > > > > why? > > Because of a specific report of breakage: in this case, for the Diablo > news server. The details of the report are that Diablo starts running as > root, and then changes to another after binding ports, etc. That pool of Thank you for the explanation, it just seemed like asking for trouble but it's obvious you've done a lot of research. -Alfred