- fixed bug in send_user_message which errored on pam logins
- Change nanosleeps over to select loops - Change the 'e' option to auditctl -p to 'x'
This commit is contained in:
parent
f36e94743a
commit
34e0a77920
@ -23,3 +23,4 @@ audit-0.9.3.tar.gz
|
|||||||
audit-0.9.4.tar.gz
|
audit-0.9.4.tar.gz
|
||||||
audit-0.9.5.tar.gz
|
audit-0.9.5.tar.gz
|
||||||
audit-0.9.6.tar.gz
|
audit-0.9.6.tar.gz
|
||||||
|
audit-0.9.7.tar.gz
|
||||||
|
@ -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.9.6
|
Version: 0.9.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -119,6 +119,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2005 Steve Grubb <sgrubb@redhat.com> 0.9.7-1
|
||||||
|
- fixed bug in send_user_message which errored on pam logins
|
||||||
|
- Change nanosleeps over to select loops
|
||||||
|
- Change the 'e' option to auditctl -p to 'x'
|
||||||
|
|
||||||
* Thu Jun 16 2005 Steve Grubb <sgrubb@redhat.com> 0.9.6-1
|
* Thu Jun 16 2005 Steve Grubb <sgrubb@redhat.com> 0.9.6-1
|
||||||
- fix bug in incremental flush where is wrongly reported an error
|
- fix bug in incremental flush where is wrongly reported an error
|
||||||
- ausearch should not do uid check for -if option
|
- ausearch should not do uid check for -if option
|
||||||
|
1
sources
1
sources
@ -5,3 +5,4 @@ a3a2b04f5deb102ad2ec0e1422bc17ec audit-0.9.3.tar.gz
|
|||||||
d270c9226134e29b65979d19a853912e audit-0.9.4.tar.gz
|
d270c9226134e29b65979d19a853912e audit-0.9.4.tar.gz
|
||||||
cbb554ee83a775121f00428a39f3666c audit-0.9.5.tar.gz
|
cbb554ee83a775121f00428a39f3666c audit-0.9.5.tar.gz
|
||||||
258272526d1edc6e2811d684c0a505e9 audit-0.9.6.tar.gz
|
258272526d1edc6e2811d684c0a505e9 audit-0.9.6.tar.gz
|
||||||
|
8548fbe16c3c44bdcc045fba0f35a070 audit-0.9.7.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user