diff options
author | pav <pav@FreeBSD.org> | 2005-07-21 15:17:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-21 15:17:54 +0000 |
commit | 0e0f1d53febb118979655aa6a80faaa22472f72e (patch) | |
tree | 408ba4be54f5bc95ec8f0d671e0bf19107ecb5e9 /etc | |
parent | 166d2715986457830d3ccf66200e645cc17cd9ce (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/defaults/rc.conf | 3 |
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. |