- 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
This commit is contained in:
parent
31e817f7dd
commit
ec62b1c24d
@ -40,3 +40,4 @@ audit-0.9.20.tar.gz
|
|||||||
audit-1.0.tar.gz
|
audit-1.0.tar.gz
|
||||||
audit-1.0.1.tar.gz
|
audit-1.0.1.tar.gz
|
||||||
audit-1.0.2.tar.gz
|
audit-1.0.2.tar.gz
|
||||||
|
audit-1.0.3.tar.gz
|
||||||
|
11
audit.spec
11
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.2
|
Version: 1.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -91,7 +91,7 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
/sbin/service auditd condrestart > /dev/null 2>&1
|
/sbin/service auditd condrestart > /dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
@ -121,6 +121,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 22 2005 Steve Grubb <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 1.0.2-1
|
* Mon Aug 8 2005 Steve Grubb <sgrubb@redhat.com> 1.0.2-1
|
||||||
- Make sure error packets get eaten.
|
- Make sure error packets get eaten.
|
||||||
- Fix a few error messages in auditctl
|
- Fix a few error messages in auditctl
|
||||||
|
Loading…
Reference in New Issue
Block a user