summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-21 15:17:54 +0000
committerpav <pav@FreeBSD.org>2005-07-21 15:17:54 +0000
commit0e0f1d53febb118979655aa6a80faaa22472f72e (patch)
tree408ba4be54f5bc95ec8f0d671e0bf19107ecb5e9 /etc/defaults
parent166d2715986457830d3ccf66200e645cc17cd9ce (diff)
downloadFreeBSD-src-0e0f1d53febb118979655aa6a80faaa22472f72e.zip
FreeBSD-src-0e0f1d53febb118979655aa6a80faaa22472f72e.tar.gz
- Mention special behaviour of init(8) when kern_securelevel="0"
Suggested by: Miroslav Lachman <000.fbsd@quip.cz> Approved by: cperciva (src hat)
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 38d5557..9088ebc 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -462,6 +462,9 @@ ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aou
# a.out shared library search paths
kern_securelevel_enable="NO" # kernel security level (see init(8)),
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
+ # init(8) will raise the level when rc(8) completes.
update_motd="YES" # update version info in /etc/motd (or NO)
unaligned_print="YES" # print unaligned access warnings on the alpha (or NO).
entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.
OpenPOWER on IntegriCloud