- 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:
parent
5a1a4f0cf5
commit
6989ec57ad
@ -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
|
||||||
|
12
audit.spec
12
audit.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user