From 6d56add0605c6c2813379b1ff4df62f0e7b8954355a15bd4b0305d027cc1ecd7 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 29 Aug 2014 17:00:28 +0000 Subject: [PATCH] Accepting request 246867 from home:mlatimer:branches:Virtualization - bnc#894232 - Update apparmor profile to allow raw packets install-apparmor-profiles.patch OBS-URL: https://build.opensuse.org/request/show/246867 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=401 --- install-apparmor-profiles.patch | 3 ++- libvirt.changes | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/install-apparmor-profiles.patch b/install-apparmor-profiles.patch index 469653b..de2b7d1 100644 --- a/install-apparmor-profiles.patch +++ b/install-apparmor-profiles.patch @@ -84,7 +84,7 @@ Index: libvirt-1.2.7/examples/apparmor/usr.sbin.libvirtd.in =================================================================== --- /dev/null +++ libvirt-1.2.7/examples/apparmor/usr.sbin.libvirtd.in -@@ -0,0 +1,67 @@ +@@ -0,0 +1,68 @@ +# Last Modified: Mon Apr 5 15:03:58 2010 +#include +@{LIBVIRT}="libvirt" @@ -120,6 +120,7 @@ Index: libvirt-1.2.7/examples/apparmor/usr.sbin.libvirtd.in + network inet6 stream, + network inet6 dgram, + network packet dgram, ++ network packet raw, + + # Very lenient profile for libvirtd since we want to first focus on confining + # the guests. Guests will have a very restricted profile. diff --git a/libvirt.changes b/libvirt.changes index 876677c..7aeeb66 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 29 16:12:28 UTC 2014 - mlatimer@suse.com + +- bnc#894232 - Update apparmor profile to allow raw packets + install-apparmor-profiles.patch + ------------------------------------------------------------------- Thu Aug 21 01:29:21 CEST 2014 - ro@suse.de