Skip to content
Snippets Groups Projects
Commit 78d9710c authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

version 001.008: remove duplicate line from rules file

parent bb4d4c07
No related branches found
Tags release/001.006
No related merge requests found
release/001.008 (2015-07-31)
Remove a duplicate line from audit.rules (adamhl)
release/001.007 (2015-07-29) release/001.007 (2015-07-29)
Add a filter-syslog file on wheezy machines to ignore complaints about Add a filter-syslog file on wheezy machines to ignore complaints about
......
# auditctl rules that are loaded whenever the audit daemon is # auditctl rules that are loaded whenever the audit daemon is
# started via the initscripts. # started via the initscripts.
# First rule - delete all # First rule - delete all
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
-a exit,always -F arch=b32 -S mkdir -S rmdir -k FILEWRITE -a exit,always -F arch=b32 -S mkdir -S rmdir -k FILEWRITE
-a exit,always -F arch=b64 -S mkdir -S rmdir -k FILEWRITE -a exit,always -F arch=b64 -S mkdir -S rmdir -k FILEWRITE
# The following rules create log entries when the critical system # The following rules create log entries when the critical system
# files are created or deleted. # files are created or deleted.
-w /bin -p wa -k binfiles -w /bin -p wa -k binfiles
-w /sbin -p wa -k binfiles -w /sbin -p wa -k binfiles
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
-w /etc/pam.d -p wa -k sysfiles -w /etc/pam.d -p wa -k sysfiles
-w /etc/passwd -p wa -k sysfiles -w /etc/passwd -p wa -k sysfiles
-w /etc/remctl/acl -p wa -k sysfiles -w /etc/remctl/acl -p wa -k sysfiles
-w /etc/shadow -p wa -k sysfiles
-w /etc/ssh -p wa -k sysfiles -w /etc/ssh -p wa -k sysfiles
-w /etc/shadow -p wa -k sysfiles -w /etc/shadow -p wa -k sysfiles
-w /etc/ssh -p wa -k sysfiles -w /etc/ssh -p wa -k sysfiles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment