diff options
author | 1997-06-13 13:19:46 +0000 | |
---|---|---|
committer | 1997-06-13 13:19:46 +0000 | |
commit | e582e447405a8a1cae64d19cf18dce0ba6c5fb56 (patch) | |
tree | a472ca5a4016dde6b33eabb9410c726755132443 | |
parent | sigsuspend, not sigpause (diff) | |
download | wireguard-openbsd-e582e447405a8a1cae64d19cf18dce0ba6c5fb56.tar.xz wireguard-openbsd-e582e447405a8a1cae64d19cf18dce0ba6c5fb56.zip |
doc execve & setitimer setuid side effect
-rw-r--r-- | lib/libc/sys/execve.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index baa0ba7bd38..de7a0dc8ee2 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -156,6 +156,8 @@ the calling process: .It control terminal Ta see Xr termios 4 .It resource usages Ta see Xr getrusage 2 .It interval timers Ta see Xr getitimer 2 +(unless process image file is setuid or setgid, +in which case all timers are disabled) .It resource limits Ta see Xr getrlimit 2 .It file mode mask Ta see Xr umask 2 .It signal mask Ta see Xr sigaction 2 , |