aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1998-12-16 17:14:16 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1998-12-16 17:14:16 +0000
commitdc1ab7da4167c29b61adc54c84b99eeece76ff30 (patch)
tree551a206ff81db621cca73b60fb0a78b7bcb50432
parentb46dfa405c6b6092bd78b83565c3d48be4a96fab (diff)
downloadsrc-dc1ab7da4167c29b61adc54c84b99eeece76ff30.tar.gz
src-dc1ab7da4167c29b61adc54c84b99eeece76ff30.zip
Document securelevel 3.
PR: docs/8674
Notes
Notes: svn path=/head/; revision=41874
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 0bf9f1fb2543..169c049df757 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.64 1998/12/01 21:36:32 dillon Exp $
+# $Id: rc.conf,v 1.65 1998/12/12 23:04:21 dillon Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -169,7 +169,7 @@ clear_tmp_enable="NO" # Clear /tmp at startup.
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths
ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" # a.out shared library search paths
kern_securelevel_enable="NO" # kernel security level (see init(8)),
-kern_securelevel="-1" # range: -1..2 ; `-1' is the most insecure
+kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
update_motd="YES" # update version info in /etc/motd (or NO)
##############################################################