From b9c076d3b3658255784304a093aa0e3004291d99 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 8 Jan 2009 23:27:59 +0000 Subject: [PATCH] The description of the various securelevels has moved to the security.7 manpage a while ago. MFC after: 1 week --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 910bc9ed21aa..99cf2d2e758b 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -570,7 +570,7 @@ ldconfig_local_dirs="/usr/local/libdata/ldconfig" ldconfig_local32_dirs="/usr/local/libdata/ldconfig32" # Local directories with 32-bit compatibility ldconfig # configuration files. -kern_securelevel_enable="NO" # kernel security level (see init(8)), +kern_securelevel_enable="NO" # kernel security level (see security(7)) kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure # Note that setting securelevel to 0 will result # in the system booting with securelevel set to 1, as