From 6989ec57adc6971b8914e34ba5b381f4aa2c3f52 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Nov 04 2005 19:37:26 +0000 Subject: - Add --failed/success flags to aureport to select specific events for reports - Add --summary to get totals of reported objects - Add ability to force log rotation by sending sigusr1 to auditd - Add -i flag to auditctl to ignore errors when reading rules from a file - Reformat aureports so date & time are always given - Add cron script for log rotation to docs --- diff --git a/.cvsignore b/.cvsignore index c1e9eb4..a4ca2e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -47,3 +47,4 @@ audit-1.0.6.tar.gz audit-1.0.7.tar.gz audit-1.0.8.tar.gz audit-1.0.9.tar.gz +audit-1.0.10.tar.gz diff --git a/audit.spec b/audit.spec index 86097b3..63f2652 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.0.9 +Version: 1.0.10 Release: 1 License: GPL Group: System Environment/Daemons @@ -107,7 +107,7 @@ fi %files %defattr(-,root,root,-) -%doc README COPYING ChangeLog sample.rules contrib/capp.rules +%doc README COPYING ChangeLog sample.rules contrib/capp.rules init.d/auditd.cron %attr(0644,root,root) %{_mandir}/man8/* %attr(750,root,root) /sbin/auditctl %attr(750,root,root) /sbin/auditd @@ -122,6 +122,14 @@ fi %changelog +* Fri Nov 4 2005 Steve Grubb 1.0.10-1 +- Add --failed/success flags to aureport to select specific events for reports +- Add --summary to get totals of reported objects +- Add ability to force log rotation by sending sigusr1 to auditd +- Add -i flag to auditctl to ignore errors when reading rules from a file +- Reformat aureports so date & time are always given +- Add cron script for log rotation to docs + * Wed Nov 2 2005 Steve Grubb 1.0.9-1 - Updated message types that auditd recognizes - Added a couple more message types diff --git a/sources b/sources index ad87885..8a71d84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -034664f5b6e88ce0739942ef1ce16c76 audit-1.0.9.tar.gz +adedd65387a20d1160924f80b396f6a1 audit-1.0.10.tar.gz