[BACK]Return to rc.securelevel CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/rc.securelevel, Revision 1.1

1.1     ! deraadt     1: #      $OpenBSD: rc.securelevel,v 1.9 1997/01/03 07:48:50 deraadt Exp $
        !             2: #
        !             3: # site-specific startup actions, daemons, and other things which
        !             4: # can be done BEFORE your system goes into securemode.  For actions
        !             5: # which should be done AFTER your system has gone into securemode
        !             6: # please see /etc/rc.local
        !             7:
        !             8: # This is the desired security level
        !             9: # XXX
        !            10: # XXX it is not really acceptable to put this value in a special
        !            11: # XXX file, because locking it down requires immutability on about
        !            12: # XXX 5 files instead of 2 (the kernel and init)
        !            13: # XXX
        !            14: securelevel=1
        !            15:
        !            16: echo -n 'starting pre-securelevel daemons:'
        !            17:
        !            18: # Alternatively, xdm smay be started in /etc/ttys.
        !            19: #if [ -x /usr/X11R6/bin/xdm ]; then
        !            20: #      echo -n ' xdm';         /usr/X11R6/bin/xdm
        !            21: #fi
        !            22:
        !            23: echo '.'