From: root Date: Tue, 17 Jul 2012 10:02:33 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e5f1da49f1ba73ce60b66e140c9d8e2e12700e78;p=config%2Fuhu1%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index b8f920f..22a0bae 100755 --- a/.etckeeper +++ b/.etckeeper @@ -99,7 +99,6 @@ maybe chmod 0640 './audisp/plugins.d/syslog.conf' maybe chmod 0640 './audisp/zos-remote.conf' maybe chmod 0755 './audit' maybe chmod 0640 './audit/audit.rules' -maybe chmod 0640 './audit/audit.rules-2.1.3' maybe chmod 0640 './audit/audit.rules.stop.post' maybe chmod 0640 './audit/audit.rules.stop.pre' maybe chmod 0640 './audit/auditd.conf' diff --git a/audit/audit.rules-2.1.3 b/audit/audit.rules-2.1.3 deleted file mode 100644 index b2b4f02..0000000 --- a/audit/audit.rules-2.1.3 +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/files/audit.rules-2.1.3,v 1.1 2011/09/11 02:58:55 robbat2 Exp $ -# -# This file contains the auditctl rules that are loaded -# whenever the audit daemon is started via the initscripts. -# The rules are simply the parameters that would be passed -# to auditctl. - -# First rule - delete all -# This is to clear out old rules, so we don't append to them. --D - -# Feel free to add below this line. See auditctl man page - -# The following rule would cause all of the syscalls listed to be ignored in logging. --a exit,never -F arch=b32 -S read -S write -S open -S fstat -S mmap -S brk -S munmap -S nanosleep -S fcntl -S close -S dup2 -S rt_sigaction -S stat --a exit,never -F arch=b64 -S read -S write -S open -S fstat -S mmap -S brk -S munmap -S nanosleep -S fcntl -S close -S dup2 -S rt_sigaction -S stat - -# The following rule would cause the capture of all systems not caught above. -# -a exit,always -S all - -# Increase the buffers to survive stress events --b 8192 - -# vim:ft=conf: