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:
parent
74ea258675
commit
42d7928102
1490
audit-ausearch-filter-apparmor-events.patch
Normal file
1490
audit-ausearch-filter-apparmor-events.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user