diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:19:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:19:47 +0000 |
commit | 3bd7971dc56d3981024abb687fed412934d5f755 (patch) | |
tree | 54f9474afa381f46a8a682ea3f225e9b6471d59c /lib/libc/sys/execve.2 | |
parent | c93cfb847e38eff22f71768cd7cf4c1424f3cf52 (diff) |
doc execve & setitimer setuid side effect
Diffstat (limited to 'lib/libc/sys/execve.2')
-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 , |