Date: Sun, 6 May 2001 09:15:43 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/posix4 p1003_1b.c Message-ID: <200105061615.f46GFhj40282@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/05/06 09:15:43 PDT Modified files: sys/posix4 p1003_1b.c Log: o First step in cleaning up authorization code for the posix4 implementation. Move from direct uid 0 comparision to using suser_xxx() call with the same semantics. Simplify CAN_AFFECT() macro as passed pcred was redundant. The checks here still aren't "right", but they are probably "better". Obtained from: TrustedBSD Project Revision Changes Path 1.9 +9 -9 src/sys/posix4/p1003_1b.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?200105061615.f46GFhj40282>