- updated audit_rule_fieldpair_data to handle perm correctly (#226780)

- Finished search options for audit parsing library
- Fix ausearch -se to work correctly
- Fix auditd init script for /usr on netdev (#228528)
- Parse avc seperms better when there are more than one
This commit is contained in:
Steve Grubb 2007-02-16 22:20:43 +00:00
parent e3b8e4d5ef
commit adb0e1befa
3 changed files with 12 additions and 3 deletions

View File

@ -69,3 +69,4 @@ audit-1.2.9.tar.gz
audit-1.3.tar.gz audit-1.3.tar.gz
audit-1.3.1.tar.gz audit-1.3.1.tar.gz
audit-1.4.tar.gz audit-1.4.tar.gz
audit-1.4.1.tar.gz

View File

@ -1,17 +1,18 @@
Summary: User space tools for 2.6 kernel auditing Summary: User space tools for 2.6 kernel auditing
Name: audit Name: audit
Version: 1.4 Version: 1.4.1
Release: 1%{?dist} Release: 1%{?dist}
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
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool swig python-devel BuildRequires: libtool swig python-devel
BuildRequires: kernel-headers >= 2.6.18 BuildRequires: kernel-headers >= 2.6.18
BuildRequires: automake >= 1.9 BuildRequires: automake >= 1.9
BuildRequires: autoconf >= 2.59 BuildRequires: autoconf >= 2.59
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-libs-python = %{version}-%{release}
Requires: chkconfig Requires: chkconfig
Prereq: coreutils Prereq: coreutils
@ -174,6 +175,13 @@ fi
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
%changelog %changelog
* Fri Feb 16 2007 Steve Grubb <sgrubb@redhat.com> 1.4.1-1
- updated audit_rule_fieldpair_data to handle perm correctly (#226780)
- Finished search options for audit parsing library
- Fix ausearch -se to work correctly
- Fix auditd init script for /usr on netdev (#228528)
- Parse avc seperms better when there are more than one
* Sun Feb 04 2007 Steve Grubb <sgrubb@redhat.com> 1.4-1 * Sun Feb 04 2007 Steve Grubb <sgrubb@redhat.com> 1.4-1
- New report about authentication attempts - New report about authentication attempts
- Updates for python 2.5 - Updates for python 2.5

View File

@ -1 +1 @@
3a1376dbe39305fc656bfe1a66fb1b21 audit-1.4.tar.gz bd41d7ce365758ccf695471cff7bb802 audit-1.4.1.tar.gz