From 2aa10d8e7a98577f0923eda8f7a9130fe945f03c Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Tue, 3 May 2005 16:39:50 +0000 Subject: [PATCH] - Add code to get watch list to auditctl - Get -f & -hn working in ausearch - Added search by terminal, exe, and syscall to ausearch program - Added -w parameter to match whole word in ausearch --- .cvsignore | 1 + audit.spec | 10 ++++++++-- sources | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index a6fc5ee..8d303a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -14,3 +14,4 @@ audit-0.6.12.tar.gz audit-0.7.tar.gz audit-0.7.1.tar.gz audit-0.7.2.tar.gz +audit-0.7.3.tar.gz diff --git a/audit.spec b/audit.spec index 75f4314..281f4ee 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.7.2 -Release: 2 +Version: 0.7.3 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -119,6 +119,12 @@ fi %changelog +* Tue May 03 2005 Steve Grubb 0.7.3-1 +- Add code to get watch list to auditctl +- Get -f & -hn working in ausearch +- Added search by terminal, exe, and syscall to ausearch program +- Added -w parameter to match whole word in ausearch + * Wed Apr 27 2005 Steve Grubb 0.7.2-1 - Allow ausearch uid & gid to be non-numeric (root, wheel, etc) - Fix problems with changing run level diff --git a/sources b/sources index c881294..0e5f193 100644 --- a/sources +++ b/sources @@ -12,3 +12,4 @@ af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz 48a94a0d0bd890b451b84397133b5781 audit-0.7.tar.gz 03d26ae05ce5cf6ddba625b560a6f1b9 audit-0.7.1.tar.gz 56c82cfe0d5af98a3313a8a76a08ed43 audit-0.7.2.tar.gz +1fbed5d8a67b2ad7724e4d95174d451f audit-0.7.3.tar.gz