- Rule and watch insert no longer automatically dumps list
- auditctl rules can now use auid instead of loginuid - Add sighup support for daemon reconfiguration - Move some functions into private.h
This commit is contained in:
parent
71645f69b5
commit
04d8515f49
@ -20,3 +20,4 @@ audit-0.8.1.tar.gz
|
|||||||
audit-0.8.2.tar.gz
|
audit-0.8.2.tar.gz
|
||||||
audit-0.9.2.tar.gz
|
audit-0.9.2.tar.gz
|
||||||
audit-0.9.3.tar.gz
|
audit-0.9.3.tar.gz
|
||||||
|
audit-0.9.4.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.3
|
Version: 0.9.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -119,6 +119,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 11 2005 Steve Grubb <sgrubb@redhat.com> 0.9.4-1
|
||||||
|
- Rule and watch insert no longer automatically dumps list
|
||||||
|
- auditctl rules can now use auid instead of loginuid
|
||||||
|
- Add sighup support for daemon reconfiguration
|
||||||
|
- Move some functions into private.h
|
||||||
|
|
||||||
* Thu Jun 9 2005 Steve Grubb <sgrubb@redhat.com> 0.9.3-1
|
* Thu Jun 9 2005 Steve Grubb <sgrubb@redhat.com> 0.9.3-1
|
||||||
- Change filename handling to use linked list in ausearch
|
- Change filename handling to use linked list in ausearch
|
||||||
- Add man pages for audit_setloginuid & audit_getloginuid
|
- Add man pages for audit_setloginuid & audit_getloginuid
|
||||||
|
1
sources
1
sources
@ -2,3 +2,4 @@ d02b1e35fdbfa5de94fd7daf8e94845a audit-0.8.1.tar.gz
|
|||||||
c4aa1fd643204e6c7b590d87bdb8dd1e audit-0.8.2.tar.gz
|
c4aa1fd643204e6c7b590d87bdb8dd1e audit-0.8.2.tar.gz
|
||||||
e31f3c554e9848a50afa6a119dc84d5c audit-0.9.2.tar.gz
|
e31f3c554e9848a50afa6a119dc84d5c audit-0.9.2.tar.gz
|
||||||
a3a2b04f5deb102ad2ec0e1422bc17ec audit-0.9.3.tar.gz
|
a3a2b04f5deb102ad2ec0e1422bc17ec audit-0.9.3.tar.gz
|
||||||
|
d270c9226134e29b65979d19a853912e audit-0.9.4.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user