diff options
author | keramida <keramida@FreeBSD.org> | 2009-01-08 23:27:59 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2009-01-08 23:27:59 +0000 |
commit | c0a16acb2b0c982cc4904de4af131afddff92375 (patch) | |
tree | 45513832175faa05f1fbb0b021b72d3615ccff15 /etc | |
parent | dc442f58c640aa10ac970a0c93783ec2eca2fe22 (diff) | |
download | FreeBSD-src-c0a16acb2b0c982cc4904de4af131afddff92375.zip FreeBSD-src-c0a16acb2b0c982cc4904de4af131afddff92375.tar.gz |
The description of the various securelevels has moved to the
security.7 manpage a while ago.
MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 910bc9e..99cf2d2 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 |