From ca97ebc206aa3a847fd0ddb5060d22575d1ef74a Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Jun 30 2006 20:30:02 +0000 Subject: - 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 --- diff --git a/.cvsignore b/.cvsignore index 3c352b4..7c8ac19 100644 --- a/.cvsignore +++ b/.cvsignore @@ -60,3 +60,4 @@ audit-1.2.tar.gz audit-1.2.1.tar.gz audit-1.2.2.tar.gz audit-1.2.3.tar.gz +audit-1.2.4.tar.gz diff --git a/audit.spec b/audit.spec index b358a4f..fd2ed9b 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.2.3 +Version: 1.2.4 Release: 1 License: GPL Group: System Environment/Daemons @@ -125,6 +125,7 @@ fi %defattr(-,root,root) %attr(755,root,root) /%{_lib}/libaudit.* %attr(755,root,root) /%{_lib}/libauparse.* +%config(noreplace) %attr(640,root,root) /etc/libaudit.conf %files libs-devel %defattr(-,root,root) @@ -159,6 +160,16 @@ fi %changelog +* Fri Jun 30 2006 Steve Grubb 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 1.2.3-1 - Apply patch to ensure watches only associate with exit filter - Apply patch to correctly show new operators when new listing format is used diff --git a/sources b/sources index 41d9688..02a4473 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a121e66bf44a65af3c4a04220a176d2e audit-1.2.3.tar.gz +a4a63915c411d17aa1f38e6104f49d38 audit-1.2.4.tar.gz