- Don't retry if the rt queue is full.
This commit is contained in:
parent
559824bd5d
commit
eadd98d61f
14
audit-1.6.3-noretry.patch
Normal file
14
audit-1.6.3-noretry.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -urp audit-1.6.3.orig/src/auditd.c audit-1.6.3/src/auditd.c
|
||||||
|
--- audit-1.6.3.orig/src/auditd.c 2007-10-01 13:56:21.000000000 -0400
|
||||||
|
+++ audit-1.6.3/src/auditd.c 2007-10-01 13:59:28.000000000 -0400
|
||||||
|
@@ -136,8 +136,8 @@ static void distribute_event(struct audi
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Last chance to send...maybe the pipe is empty now. */
|
||||||
|
- if (attempt)
|
||||||
|
- dispatch_event(&rep->reply, attempt);
|
||||||
|
+// if (attempt)
|
||||||
|
+// dispatch_event(&rep->reply, attempt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
@ -1,14 +1,15 @@
|
|||||||
%define sca_version 0.4.3
|
%define sca_version 0.4.3
|
||||||
%define sca_release 5
|
%define sca_release 6
|
||||||
|
|
||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
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-1.6.3-noretry.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gettext-devel intltool libtool swig python-devel
|
BuildRequires: gettext-devel intltool libtool swig python-devel
|
||||||
BuildRequires: kernel-headers >= 2.6.18
|
BuildRequires: kernel-headers >= 2.6.18
|
||||||
@ -67,6 +68,7 @@ An utility for editing audit configuration.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(cd system-config-audit; ./autogen.sh)
|
(cd system-config-audit; ./autogen.sh)
|
||||||
@ -215,6 +217,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 1 2007 Steve Grubb <sgrubb@redhat.com> 1.6.2-2
|
||||||
|
- Don't retry if the rt queue is full.
|
||||||
|
|
||||||
* Tue Sep 25 2007 Steve Grubb <sgrubb@redhat.com> 1.6.2-1
|
* Tue Sep 25 2007 Steve Grubb <sgrubb@redhat.com> 1.6.2-1
|
||||||
- Add support for searching by posix regular expressions in auparse
|
- Add support for searching by posix regular expressions in auparse
|
||||||
- Route DEAMON events into rt interface
|
- Route DEAMON events into rt interface
|
||||||
|
Loading…
Reference in New Issue
Block a user