- Add support for the new filter key
- Update syscall tables for 2.6.17 - Add audit failure query function - Switch out gethostbyname call with getaddrinfo - Add audit by obj capability for 2.6.18 kernel - Ausearch & aureport now fail if no args to -te - New auditd.conf option to choose blocking/non-blocking dispatcher comm - Ausearch improved search by label
This commit is contained in:
parent
170d0eae07
commit
ca97ebc206
@ -60,3 +60,4 @@ audit-1.2.tar.gz
|
|||||||
audit-1.2.1.tar.gz
|
audit-1.2.1.tar.gz
|
||||||
audit-1.2.2.tar.gz
|
audit-1.2.2.tar.gz
|
||||||
audit-1.2.3.tar.gz
|
audit-1.2.3.tar.gz
|
||||||
|
audit-1.2.4.tar.gz
|
||||||
|
13
audit.spec
13
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.2.3
|
Version: 1.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -125,6 +125,7 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(755,root,root) /%{_lib}/libaudit.*
|
%attr(755,root,root) /%{_lib}/libaudit.*
|
||||||
%attr(755,root,root) /%{_lib}/libauparse.*
|
%attr(755,root,root) /%{_lib}/libauparse.*
|
||||||
|
%config(noreplace) %attr(640,root,root) /etc/libaudit.conf
|
||||||
|
|
||||||
%files libs-devel
|
%files libs-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -159,6 +160,16 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 30 2006 Steve Grubb <sgrubb@redhat.com> 1.2.4-1
|
||||||
|
- Add support for the new filter key
|
||||||
|
- Update syscall tables for 2.6.17
|
||||||
|
- Add audit failure query function
|
||||||
|
- Switch out gethostbyname call with getaddrinfo
|
||||||
|
- Add audit by obj capability for 2.6.18 kernel
|
||||||
|
- Ausearch & aureport now fail if no args to -te
|
||||||
|
- New auditd.conf option to choose blocking/non-blocking dispatcher comm
|
||||||
|
- Ausearch improved search by label
|
||||||
|
|
||||||
* Fri May 25 2006 Steve Grubb <sgrubb@redhat.com> 1.2.3-1
|
* Fri May 25 2006 Steve Grubb <sgrubb@redhat.com> 1.2.3-1
|
||||||
- Apply patch to ensure watches only associate with exit filter
|
- Apply patch to ensure watches only associate with exit filter
|
||||||
- Apply patch to correctly show new operators when new listing format is used
|
- Apply patch to correctly show new operators when new listing format is used
|
||||||
|
Loading…
Reference in New Issue
Block a user