- Fix logging messages to use addr if passed.

- Apply patches from Tony Jones correcting no kernel support messages
- Updated syscall tables for 2.6.18 kernel
- Remove deprecated functions: audit_log, audit_log_avc,
    audit_log_if_enabled
- Disallow syscall auditing on exclude list
- Improve time handling in ausearch and aureport (#191394)
- Attempt to reconstruct full path from relative for searching
This commit is contained in:
Steve Grubb 2006-09-19 00:04:08 +00:00
parent 329251008e
commit 82a277c60b
3 changed files with 13 additions and 7 deletions

View File

@ -63,3 +63,4 @@ audit-1.2.3.tar.gz
audit-1.2.4.tar.gz audit-1.2.4.tar.gz
audit-1.2.5.tar.gz audit-1.2.5.tar.gz
audit-1.2.6.tar.gz audit-1.2.6.tar.gz
audit-1.2.7.tar.gz

View File

@ -1,13 +1,11 @@
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.6 Version: 1.2.7
Release: 3 Release: 2
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/ URL: http://people.redhat.com/sgrubb/audit/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Patch1: audit-perms.patch
Patch2: audit-events.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libtool swig python-devel BuildRequires: libtool swig python-devel
BuildRequires: kernel-headers >= 2.6.17 BuildRequires: kernel-headers >= 2.6.17
@ -56,8 +54,6 @@ can be used by python.
%prep %prep
%setup -q %setup -q
%patch1 -p1
%patch2 -p1
%build %build
autoreconf -fv --install autoreconf -fv --install
@ -169,6 +165,15 @@ fi
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
%changelog %changelog
* Mon Sep 18 2006 Steve Grubb <sgrubb@redhat.com> 1.2.7-1
- Fix logging messages to use addr if passed.
- Apply patches from Tony Jones correcting no kernel support messages
- Updated syscall tables for 2.6.18 kernel
- Remove deprecated functions: audit_log, audit_log_avc, audit_log_if_enabled
- Disallow syscall auditing on exclude list
- Improve time handling in ausearch and aureport (#191394)
- Attempt to reconstruct full path from relative for searching
* Wed Aug 30 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-3 * Wed Aug 30 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-3
- Rename audit event socket - Rename audit event socket

View File

@ -1 +1 @@
de377351b79b813636b56bce42b0031f audit-1.2.6.tar.gz cf9a203f51717094f588e4dfc9a33e9f audit-1.2.7.tar.gz