diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-29 00:09:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-29 00:09:46 +0000 |
commit | ad17c12279cc2614b7d70de00f1d80a2a0813e1d (patch) | |
tree | 1753ef852e22b1b8f07c8fcc88d933e2a950709e /lib/libc | |
parent | 13aee4e62c33cd1ee813953f6b92f31332857bb3 (diff) |
mention new option 2 for nosuidcoredump
Diffstat (limited to 'lib/libc')
-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 |