Accepting request 530988 from home:goldwynr:branches:security:apparmor

added the temporary fix to profiles abstractions/nameservice

OBS-URL: https://build.opensuse.org/request/show/530988
OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=185
This commit is contained in:
2017-10-04 11:33:29 +00:00
committed by Git OBS Bridge
parent 4f49cf147b
commit 5958c64a3e
3 changed files with 49 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ Patch13: apparmor-json-support.patch
# https://marc.info/?l=apparmor-dev&m=150151113011870&q=p7
Patch14: apparmor-fix-podsyntax.patch
#boo 1061195
Patch15: profiles-sockets-temporary-fix.patch
PreReq: sed
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define apparmor_bin_prefix /lib/apparmor
@@ -395,6 +398,7 @@ touch libraries/libapparmor/testsuite/test_multi/unconfined-change_hat.err
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
# search for left-over multiline rules
test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' profiles/apparmor.d/)"