1# $MirSecuCron$
2# $MirOS: src/etc/rc.securelevel,v 1.4 2009/07/18 14:09:07 tg Exp $
3# $OpenBSD: rc.securelevel,v 1.16 2004/07/06 04:05:03 deraadt Exp $
4#
5# site-specific startup actions, daemons, and other things which
6# can be done BEFORE your system goes into securemode.  For actions
7# which should be done AFTER your system has gone into securemode
8# please see /etc/rc.local
9
10# This is the desired security level
11# XXX
12# XXX it is not really acceptable to put this value in a configuration
13# XXX file, because locking it down requires immutability on about
14# XXX 5 files instead of 2 (the kernel and init)
15# XXX
16securelevel=1
17
18echo -n 'starting pre-securelevel daemons:'
19
20#
21# Place local actions here.
22#
23
24echo '.'
25