aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-11-06 15:11:24 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-11-06 15:11:24 +0000
commit850cb5f8db735449da75f53a3536d150ac82a4cf (patch)
treef1147654ee1993b3406ecd1e837642b5b0909948 /etc/defaults/rc.conf
parent0dc97cf0782b270c537550a31b2ea1f9fb644513 (diff)
downloadsrc-850cb5f8db735449da75f53a3536d150ac82a4cf.tar.gz
src-850cb5f8db735449da75f53a3536d150ac82a4cf.zip
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
Notes
Notes: svn path=/head/; revision=164042
Diffstat (limited to 'etc/defaults/rc.conf')
-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 10f37df5a395..6f1ba626668c 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.