From ec62b1c24d34b5a200a35a45eed53ea77c05808e Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Aug 22 2005 21:40:25 +0000 Subject: - adjust file perms of newly created log file in auditd - fix 2 memory leaks and an out of bounds access in auditd - fix case where auditd was closing netlink descriptor too early - fix watch rules not to take field arguments in auditctl - fix bug where inode, devmajor, devminor, exit, and success fields in auditctl rules were not getting the correct value stored --- diff --git a/.cvsignore b/.cvsignore index d8a3ee8..f487b65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -40,3 +40,4 @@ audit-0.9.20.tar.gz audit-1.0.tar.gz audit-1.0.1.tar.gz audit-1.0.2.tar.gz +audit-1.0.3.tar.gz diff --git a/audit.spec b/audit.spec index d08acfa..6a1a416 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.2 +Version: 1.0.3 Release: 1 License: GPL Group: System Environment/Daemons @@ -91,7 +91,7 @@ fi %postun if [ $1 -ge 1 ]; then - /sbin/service auditd condrestart > /dev/null 2>&1 + /sbin/service auditd condrestart > /dev/null 2>&1 || : fi %files libs @@ -121,6 +121,13 @@ fi %changelog +* Mon Aug 22 2005 Steve Grubb 1.0.3-1 +- adjust file perms of newly created log file in auditd +- fix 2 memory leaks and an out of bounds access in auditd +- fix case where auditd was closing netlink descriptor too early +- fix watch rules not to take field arguments in auditctl +- fix bug where inode, devmajor, devminor, exit, and success fields in auditctl rules were not getting the correct value stored + * Mon Aug 8 2005 Steve Grubb 1.0.2-1 - Make sure error packets get eaten. - Fix a few error messages in auditctl diff --git a/sources b/sources index f065f63..22855ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -129e2253a22df2921b6904cdb39e51f5 audit-1.0.2.tar.gz +6a2759c8312145edc5d0f5dd96ea1e49 audit-1.0.3.tar.gz