SHA256
1
0
forked from pool/audit

Accepting request 283367 from home:fdmanana:branches:security

- Teach ausearch to filter AppArmor events (Fate#317726).
  Added patch file audit-ausearch-filter-apparmor-events.patch

OBS-URL: https://build.opensuse.org/request/show/283367
OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=76
This commit is contained in:
Tony Jones 2015-01-29 19:21:15 +00:00 committed by Git OBS Bridge
parent 74ea258675
commit 42d7928102
4 changed files with 1500 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package audit-secondary
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -39,6 +39,7 @@ Patch2: audit-no-gss.patch
Patch3: audit-no_m4_dir.patch
Patch4: audit-allow-manual-stop.patch
Patch5: audit-ausearch-do-not-require-tclass.patch
Patch6: audit-ausearch-filter-apparmor-events.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: audit-devel = %{version}
BuildRequires: autoconf >= 2.12
@ -96,6 +97,7 @@ rm -rf audisp/plugins/prelude
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
autoreconf -fi
export CFLAGS="%{optflags} -fno-strict-aliasing"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 29 12:17:30 UTC 2015 - fdmanana@suse.com
- Teach ausearch to filter AppArmor events (Fate#317726).
Added patch file audit-ausearch-filter-apparmor-events.patch
-------------------------------------------------------------------
Mon Nov 24 14:55:22 UTC 2014 - mq@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package audit
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed