diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-05-29 00:10:47 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-05-29 00:10:47 +0000 |
commit | a68a3241a2d1e9f8ae90216909eee955ad98be88 (patch) | |
tree | c8308bdec7c84d85880794ed1d90bd6bb397d3a7 | |
parent | ad17c12279cc2614b7d70de00f1d80a2a0813e1d (diff) |
put commented out entry for kern.nosuidcoredump=2 in, yes theo & tedu
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index e5f63d75cde..998e533efb3 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.42 2007/02/15 20:43:33 reyk Exp $ +# $OpenBSD: sysctl.conf,v 1.43 2007/05/29 00:10:46 henning Exp $ # # This file contains a list of sysctl options the user wants set at # boot time. See sysctl(3) and sysctl(8) for more information on @@ -27,3 +27,4 @@ #net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery #kern.usercrypto=0 # 0=disable userland use of /dev/crypto #kern.splassert=2 # 2=enable with verbose error messages +#kern.nosuidcoredump=2 # 2=put suid coredumps in /var/crash |