2 # Startup script for Common Criteria Auditing function.
4 # Copyright 2004 Apple Computer, Inc.
10 # Start the audit daemon (if present)
12 if [ "${AUDIT:=-NO-}" == "-YES-" ]; then
13 if [ -f /usr/sbin/auditd ]; then
16 elif [ "${AUDIT:=-NO-}" == "-FAILSTOP-" ]; then
17 if [ -f /usr/sbin/auditd ]; then
20 elif [ "${AUDIT:=-NO-}" == "-FAILHALT-" ]; then
21 if [ -f /usr/sbin/auditd ]; then