diff options
author | 2007-05-29 00:09:45 +0000 | |
---|---|---|
committer | 2007-05-29 00:09:45 +0000 | |
commit | 93520605aaaa417dc92a9e6d07ca0f4dcd14f2b3 (patch) | |
tree | ddea7652675cde4d02ad4b1ab93473faf76c9283 | |
parent | correct frame size limitation in BUGS section (7440 bytes, not 7.5K) (diff) | |
download | wireguard-openbsd-93520605aaaa417dc92a9e6d07ca0f4dcd14f2b3.tar.xz wireguard-openbsd-93520605aaaa417dc92a9e6d07ca0f4dcd14f2b3.zip |
mention new option 2 for nosuidcoredump
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 976ff53b60b..cbd44c536a6 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.166 2007/05/10 08:56:08 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.167 2007/05/29 00:09:45 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -605,6 +605,9 @@ Number of open files. The maximum number of supplemental groups. .It Dv KERN_NOSUIDCOREDUMP Programs with their set-user-ID bit set will not dump core when this is set. +The special value of 2 means that core dumps will be allowed, but placed +in +.Pa /var/crash . .It Dv KERN_NPROCS The number of entries in the kernel process table. .It Dv KERN_NSELCOLL |