summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-02 10:02:19 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-02 10:02:19 +0000
commitc34b7e5c9a935d355555066a5d31a2cb4f090001 (patch)
treeaea2a1496b514588b798dd994237c995922dac1e /etc
parentfafe1923f4e3568fa5fd70f1d5714472a0280082 (diff)
downloadFreeBSD-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.conf2
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)
OpenPOWER on IntegriCloud