diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-14 18:10:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-14 18:13:41 +0000 |
commit | 09c3e7bee8fdaf3419765aed4a30c0404a1966dd (patch) | |
tree | 97e7a9eb9a588ffef6a6710fc21dbf1bcbd586db /testing/audit/auditd.confd | |
parent | ebd69d60ffb0e39d98aa4132184e630e836a90d6 (diff) | |
download | aports-09c3e7bee8fdaf3419765aed4a30c0404a1966dd.tar.bz2 aports-09c3e7bee8fdaf3419765aed4a30c0404a1966dd.tar.xz |
testing/auditd: misc cleanups, add init.d script
- split out -static and -libs subpackages
- add init.d script
- remove unneeded make install
- add check function
Diffstat (limited to 'testing/audit/auditd.confd')
-rw-r--r-- | testing/audit/auditd.confd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/audit/auditd.confd b/testing/audit/auditd.confd new file mode 100644 index 0000000000..c66be166ce --- /dev/null +++ b/testing/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 |