Update rc scripts to load mac_lomac instead of lomac.
Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
2d1a915b9b
commit
49c35af559
2
etc/rc
2
etc/rc
@ -597,7 +597,7 @@ mkdir -m 1777 /tmp/.X11-unix
|
||||
# Load LOMAC(4) security if wanted.
|
||||
case ${lomac_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
kldload lomac >/dev/null 2>&1
|
||||
kldload mac_lomac >/dev/null 2>&1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
name="lomac"
|
||||
rcvar=`set_rcvar`
|
||||
start_cmd="kldload lomac >/dev/null 2>&1"
|
||||
start_cmd="kldload mac_lomac >/dev/null 2>&1"
|
||||
stop_cmd=":"
|
||||
|
||||
load_rc_config $name
|
||||
|
Loading…
Reference in New Issue
Block a user