diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-04-02 17:24:16 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-04-02 17:24:16 +0000 |
commit | 8959b2546d380c4293a2c11664a76e3c3efbc7e6 (patch) | |
tree | 6a657515572afeda066fd5a602166c486550d141 /lib/libc/sys/setuid.2 | |
parent | 0017e6c0ba0f55d448f5b096ed5b89af88fcddfa (diff) | |
download | src-test2-8959b2546d380c4293a2c11664a76e3c3efbc7e6.tar.gz src-test2-8959b2546d380c4293a2c11664a76e3c3efbc7e6.zip |
Notes
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r-- | lib/libc/sys/setuid.2 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index b1758fed9f07..1f24fb0e27ff 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setuid.2 8.1 (Berkeley) 6/4/93 -.\" $Id: setuid.2,v 1.9 1997/02/22 15:04:24 peter Exp $ +.\" $Id: setuid.2,v 1.10 1997/04/01 18:58:38 mpp Exp $ .\" .Dd June 4, 1993 .Dt SETUID 2 @@ -73,6 +73,8 @@ The function is permitted if the specified ID is equal to the real user ID .\" Comment out next line for !_POSIX_SAVED_IDS .\" or the saved set-user-ID +.\" Next line is for Appendix B.4.2.2 case. +or the effective user ID of the process, or if the effective user ID is that of the super user. .Pp The @@ -95,6 +97,8 @@ The function is permitted if the specified ID is equal to the real group ID .\" Comment out next line for !_POSIX_SAVED_IDS .\" or the saved set-groupd-ID +.\" Next line is for Appendix B.4.2.2 case. +or the effective group ID of the process, or if the effective user ID is that of the super user. .Pp The @@ -138,7 +142,7 @@ specification with .Li _POSIX_SAVED_IDS .\" Uncomment next line for !_POSIX_SAVED_IDS not -defined. +defined with the permitted extensions from Appendix B.4.2.2. The .Fn seteuid and |