Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 06:26:48 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <200001031426.GAA44186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ps@yahoo-inc.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001031426.GAA44186>