aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-03-12 21:47:31 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-03-12 21:47:31 +0000
commitcd2cc2c1a83a428c441e88422a212e09f55154f9 (patch)
treeeb1f3c65456e9b3b34dc1df5bd22089d9403c967 /etc/defaults/rc.conf
parent2e1fc052bcf5cd44f0ca4cd9e1b95930e294bb36 (diff)
downloadsrc-cd2cc2c1a83a428c441e88422a212e09f55154f9.tar.gz
src-cd2cc2c1a83a428c441e88422a212e09f55154f9.zip
Allow LOMAC to be loaded as part of the boot scripts using "lomac_enable"
setting in rc.conf. Extracted from the still clammy hands of: green Sponsored by: DARPA, NAI Labs
Notes
Notes: svn path=/head/; revision=92192
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 9c809ea1ab15..e8847f9494ec 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -365,6 +365,7 @@ 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
+lomac_enable="NO" # start lomac(4) security module at boot
update_motd="YES" # update version info in /etc/motd (or NO)
start_vinum="NO" # set to YES to start vinum
unaligned_print="YES" # print unaligned access warnings on the alpha (or NO).