- 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
This commit is contained in:
Steve Grubb 2005-11-04 19:37:26 +00:00
parent 5a1a4f0cf5
commit 6989ec57ad
3 changed files with 12 additions and 3 deletions

View File

@ -47,3 +47,4 @@ audit-1.0.6.tar.gz
audit-1.0.7.tar.gz audit-1.0.7.tar.gz
audit-1.0.8.tar.gz audit-1.0.8.tar.gz
audit-1.0.9.tar.gz audit-1.0.9.tar.gz
audit-1.0.10.tar.gz

View File

@ -1,6 +1,6 @@
Summary: User space tools for 2.6 kernel auditing. Summary: User space tools for 2.6 kernel auditing.
Name: audit Name: audit
Version: 1.0.9 Version: 1.0.10
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -107,7 +107,7 @@ fi
%files %files
%defattr(-,root,root,-) %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(0644,root,root) %{_mandir}/man8/*
%attr(750,root,root) /sbin/auditctl %attr(750,root,root) /sbin/auditctl
%attr(750,root,root) /sbin/auditd %attr(750,root,root) /sbin/auditd
@ -122,6 +122,14 @@ fi
%changelog %changelog
* Fri Nov 4 2005 Steve Grubb <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 1.0.9-1 * Wed Nov 2 2005 Steve Grubb <sgrubb@redhat.com> 1.0.9-1
- Updated message types that auditd recognizes - Updated message types that auditd recognizes
- Added a couple more message types - Added a couple more message types

View File

@ -1 +1 @@
034664f5b6e88ce0739942ef1ce16c76 audit-1.0.9.tar.gz adedd65387a20d1160924f80b396f6a1 audit-1.0.10.tar.gz