From 217f8fcd4bc42a2262db5bafc559feecf6d43694 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Jul 29 2005 18:11:51 +0000 Subject: - Fix ausearch to handle no audit log better - Fix auditctl blank line handling - Trim trailing '/' from file system watches in auditctl - Catch cases where parameter was passed without option being given to auditctl - Add CAPP sample configuration --- diff --git a/.cvsignore b/.cvsignore index e039715..165112a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -36,3 +36,4 @@ audit-0.9.16.tar.gz audit-0.9.17.tar.gz audit-0.9.18.tar.gz audit-0.9.19.tar.gz +audit-0.9.20.tar.gz diff --git a/audit.spec b/audit.spec index 2b1cbdd..d392f79 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.9.19 -Release: 2 +Version: 0.9.20 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -107,7 +107,7 @@ fi %files %defattr(-,root,root,-) -%doc README COPYING ChangeLog sample.rules +%doc README COPYING ChangeLog sample.rules contrib/capp.rules %attr(0644,root,root) %{_mandir}/man8/* %attr(750,root,root) /sbin/auditctl %attr(750,root,root) /sbin/auditd @@ -121,8 +121,12 @@ fi %changelog -* Mon Jul 18 2005 Tomas Mraz 0.9.19-2 -- make /usr/lib/libaudit.so point at the right file +* Thu Jul 29 2005 Steve Grubb 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 +- Catch cases where parameter was passed without option being given to auditctl +- Add CAPP sample configuration * Thu Jul 14 2005 Steve Grubb 0.9.19-1 - ausearch remove debug code diff --git a/sources b/sources index c7d8d23..a3e5df5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81784e00e4fec1a4b81f9c251dc0a18c audit-0.9.19.tar.gz +2b9799f1170afeb14c771eb721b8f092 audit-0.9.20.tar.gz