diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-02-02 10:02:19 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-02-02 10:02:19 +0000 |
commit | c34b7e5c9a935d355555066a5d31a2cb4f090001 (patch) | |
tree | aea2a1496b514588b798dd994237c995922dac1e /etc | |
parent | fafe1923f4e3568fa5fd70f1d5714472a0280082 (diff) | |
download | FreeBSD-src-c34b7e5c9a935d355555066a5d31a2cb4f090001.zip FreeBSD-src-c34b7e5c9a935d355555066a5d31a2cb4f090001.tar.gz |
Add auditd_enable and auditd_flags rc.d scripts.
Obtained from: TrustedBSD Project
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 54dc0c4..770ecb5 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -470,6 +470,8 @@ sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" ### Miscellaneous administrative options ################### ############################################################## +auditd_enable="NO" # Run the audit daemon. +auditd_flags="" # Which options to pass to the audit daemon. cron_enable="YES" # Run the periodic job daemon. cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled). cron_dst="YES" # Handle DST transitions intelligently (YES/NO) |