From 29fca9932c5859c6843b08d06ae08a692ac4b5a1 Mon Sep 17 00:00:00 2001 From: Steve Grubb <sgrubb@fedoraproject.org> Date: Tue, 2 Aug 2005 22:20:04 +0000 Subject: [PATCH] - Update sample CAPP config - Remove warning for trimming file path in auditctl - Make auditctl tolerate duplicate rule and watches - auditd has new option so it doesn't overwrite log files - Fixed bug in autrace that was reporting bad descriptor --- .cvsignore | 1 + audit.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 165112a..f8ef37f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -37,3 +37,4 @@ audit-0.9.17.tar.gz audit-0.9.18.tar.gz audit-0.9.19.tar.gz audit-0.9.20.tar.gz +audit-1.0.tar.gz diff --git a/audit.spec b/audit.spec index d392f79..b07bae5 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.9.20 +Version: 1.0 Release: 1 License: GPL Group: System Environment/Daemons @@ -121,7 +121,14 @@ fi %changelog -* Thu Jul 29 2005 Steve Grubb <sgrubb@redhat.com> 0.9.20-1 +* Tue Aug 2 2005 Steve Grubb <sgrubb@redhat.com> 1.0-1 +- Update sample CAPP config +- Remove warning for trimming file path in auditctl +- Make auditctl tolerate duplicate rule and watches +- auditd has new option so it doesn't overwrite log files +- Fixed bug in autrace that was reporting bad descriptor + +* Fri Jul 29 2005 Steve Grubb <sgrubb@redhat.com> 0.9.20-1 - Fix ausearch to handle no audit log better - Fix auditctl blank line handling - Trim trailing '/' from file system watches in auditctl diff --git a/sources b/sources index a3e5df5..432b326 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b9799f1170afeb14c771eb721b8f092 audit-0.9.20.tar.gz +3cb6cf2f46f5efeb76006ab733ef8b33 audit-1.0.tar.gz