summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-11-06 15:11:24 +0000
committerrwatson <rwatson@FreeBSD.org>2006-11-06 15:11:24 +0000
commit9463ede042c21b113792c1aadb5d0651507b7786 (patch)
treef1147654ee1993b3406ecd1e837642b5b0909948 /etc
parentc1bff9358c128fe87054c69741a3ab51f89293ce (diff)
downloadFreeBSD-src-9463ede042c21b113792c1aadb5d0651507b7786.zip
FreeBSD-src-9463ede042c21b113792c1aadb5d0651507b7786.tar.gz
Add auditd_program variable to defaults, in order to make it more clear
how to change the auditd instance. When using a port/package-based OpenBSM, changing the auditd pointer may be desirable. Obtained from: TrustedBSD Project MFC after: 3 weeks
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 10f37df..6f1ba62 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -478,6 +478,7 @@ sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
##############################################################
auditd_enable="NO" # Run the audit daemon.
+auditd_program="/usr/sbin/auditd" # Path to the audit daemon.
auditd_flags="" # Which options to pass to the audit daemon.
cached_enable="NO" # Run the nsswitch caching daemon.
cron_enable="YES" # Run the periodic job daemon.
OpenPOWER on IntegriCloud