From owner-cvs-all Mon Jan 3 6:26:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A11915153; Mon, 3 Jan 2000 06:26:49 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44186; Mon, 3 Jan 2000 06:26:49 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200001031426.GAA44186@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jan 2000 06:26:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 2000/01/03 06:26:48 PST Modified files: sys/kern kern_prot.c Log: truss /usr/bin/su login (or not if root) then exit the shell truss will get stuct in tsleep I dont know if this is correct, but it fixes the problem and according to the commends in pioctl.h, PF_ISUGID is set when we want to ignore UID changes. The code is checking for when PF_ISUGID is not set and since it never is set, we always ignore UID changes. Submitted by: Paul Saab Revision Changes Path 1.51 +3 -3 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message