diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-11-06 15:11:24 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-11-06 15:11:24 +0000 |
commit | 9463ede042c21b113792c1aadb5d0651507b7786 (patch) | |
tree | f1147654ee1993b3406ecd1e837642b5b0909948 | |
parent | c1bff9358c128fe87054c69741a3ab51f89293ce (diff) | |
download | FreeBSD-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
-rw-r--r-- | etc/defaults/rc.conf | 1 |
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. |