From 1a72835e952180a03829a3e0dcd696d98d351702 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 22 May 2014 14:11:41 +0000 Subject: [PATCH] update nosuidcoredump example. mentioned by stefan wollny --- src/etc/sysctl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/sysctl.conf b/src/etc/sysctl.conf index 9c14e30f..5e14ae56 100644 --- a/src/etc/sysctl.conf +++ b/src/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.56 2014/05/06 23:05:51 tedu Exp $ +# $OpenBSD: sysctl.conf,v 1.57 2014/05/22 14:11:41 tedu 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 @@ -33,7 +33,7 @@ #kern.usercrypto=1 # 1=Enable userland use of /dev/crypto #kern.userasymcrypto=1 # 1=Permit userland to do asymmetric crypto #kern.splassert=2 # 2=Enable with verbose error messages -#kern.nosuidcoredump=2 # 2=Put suid coredumps in /var/crash +#kern.nosuidcoredump=3 # 3=Put suid coredumps in /var/crash/progname #kern.watchdog.period=32 # >0=Enable hardware watchdog(4) timer if available #kern.watchdog.auto=0 # 0=Disable automatic watchdog(4) retriggering #hw.allowpowerdown=0 # 0=Disable power button shutdown