aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
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/rc
parent2e1fc052bcf5cd44f0ca4cd9e1b95930e294bb36 (diff)
Notes
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index c5e51c7475b8..f02cbaaa1c6f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -521,6 +521,13 @@ rm -f /tmp/.X*-lock /tmp/.X11-unix/*
# Snapshot any kernel -c changes back to disk here <someday>.
# This has changed with ELF and /kernel.config.
+# Load LOMAC(4) security if wanted.
+case ${lomac_enable} in
+[Yy][Ee][Ss])
+ kldload lomac >/dev/null 2>&1
+ ;;
+esac
+
echo -n 'Additional daemons:'
# Start system logging and name service. Named needs to start before syslogd