- 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:
parent
e3b8e4d5ef
commit
adb0e1befa
@ -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
|
||||||
|
12
audit.spec
12
audit.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user