From 08c8891c20131576640f30cc40fcdbc57a497957 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 10 Mar 2022 21:49:17 +0000 Subject: added missing deps --- extra/audit/auditd.confd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extra/audit/auditd.confd (limited to 'extra/audit/auditd.confd') diff --git a/extra/audit/auditd.confd b/extra/audit/auditd.confd new file mode 100644 index 0000000..c66be16 --- /dev/null +++ b/extra/audit/auditd.confd @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Configuration options for auditd +# -f for foreground mode +# There are some other options as well, but you'll have to look in the source +# code to find them as they aren't ready for use yet. +EXTRAOPTIONS='' + +# Audit rules file to run after starting auditd +RULEFILE_STARTUP=/etc/audit/audit.rules + +# Audit rules file to run before and after stopping auditd +RULEFILE_STOP_PRE=/etc/audit/audit.rules.stop.pre +RULEFILE_STOP_POST=/etc/audit/audit.rules.stop.post + +# If you want to enforce a certain locale for auditd, +# uncomment one of the next lines: +#AUDITD_LANG=none +AUDITD_LANG=C +#AUDITD_LANG=en_US +#AUDITD_LANG=en_US.UTF-8 -- cgit v1.2.1