From owner-cvs-all Sat Sep 15 15:49: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id BB0CD37B407; Sat, 15 Sep 2001 15:48:54 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f8FMmiB39967; Sat, 15 Sep 2001 18:48:44 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 15 Sep 2001 18:48:44 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <200109152234.f8FMYlO92958@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This also adds a comment indicating that the authorization checks here neither use suser() nor use p_cansignal(). I'll fix those at some point. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sat, 15 Sep 2001, Robert Watson wrote: > rwatson 2001/09/15 15:34:46 PDT > > Modified files: > sys/kern kern_sig.c > Log: > o Correct authorization check in CANSIGIO(), which suffered from incorrect > transcription during the (pcred,ucred) merge; this was not used for > the kill() system call, so does not affect direct explicit process > signalling. > > Pointed out by: fenner > > Revision Changes Path > 1.134 +6 -5 src/sys/kern/kern_sig.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message