- Make sure time calc is done using localtime

- Raise rlimits for file size & cpu usage
- Added new disk_error_action config item to auditd.conf
- Rework memory management of event buffer
- Handled all errors in event logging thread
This commit is contained in:
Steve Grubb 2005-04-24 21:35:29 +00:00
parent e7cf9793b2
commit c49002eb08
3 changed files with 10 additions and 1 deletions

View File

@ -12,3 +12,4 @@ audit-0.6.10.tar.gz
audit-0.6.11.tar.gz audit-0.6.11.tar.gz
audit-0.6.12.tar.gz audit-0.6.12.tar.gz
audit-0.7.tar.gz audit-0.7.tar.gz
audit-0.7.1.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: 0.7 Version: 0.7.1
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -119,6 +119,13 @@ fi
%changelog %changelog
* Sun Apr 24 2005 Steve Grubb <sgrubb@redhat.com> 0.7.1-1
- Make sure time calc is done using localtime
- Raise rlimits for file size & cpu usage
- Added new disk_error_action config item to auditd.conf
- Rework memory management of event buffer
- Handled all errors in event logging thread
* Sat Apr 23 2005 Steve Grubb <sgrubb@redhat.com> 0.7-1 * Sat Apr 23 2005 Steve Grubb <sgrubb@redhat.com> 0.7-1
- In auditctl -l, loop until all rules are printed - In auditctl -l, loop until all rules are printed
- Update autrace not to run if rules are currently loaded - Update autrace not to run if rules are currently loaded

View File

@ -10,3 +10,4 @@ afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
6e03202c0233824643dc2ab79fa2696e audit-0.6.11.tar.gz 6e03202c0233824643dc2ab79fa2696e audit-0.6.11.tar.gz
af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz
48a94a0d0bd890b451b84397133b5781 audit-0.7.tar.gz 48a94a0d0bd890b451b84397133b5781 audit-0.7.tar.gz
03d26ae05ce5cf6ddba625b560a6f1b9 audit-0.7.1.tar.gz