Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554628 | Differences between
and this patch

Collapse All | Expand All

(-)libvirt-1.2.17-fix_paths_for_apparmor-orig.patch (-2 / +2 lines)
Lines 96-102 Link Here
96
+# Last Modified: Mon Apr  5 15:10:27 2010
96
+# Last Modified: Mon Apr  5 15:10:27 2010
97
+#include <tunables/global>
97
+#include <tunables/global>
98
+
98
+
99
+profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
99
+profile virt-aa-helper /usr/libexec/virt-aa-helper {
100
+  #include <abstractions/base>
100
+  #include <abstractions/base>
101
+
101
+
102
+  # needed for searching directories
102
+  # needed for searching directories
Lines 115-121 Link Here
115
+  /sys/devices/ r,
115
+  /sys/devices/ r,
116
+  /sys/devices/** r,
116
+  /sys/devices/** r,
117
+
117
+
118
+  /usr/{lib,lib64}/libvirt/virt-aa-helper mr,
118
+  /usr/libexec/virt-aa-helper mr,
119
+  /sbin/apparmor_parser Ux,
119
+  /sbin/apparmor_parser Ux,
120
+
120
+
121
+  /etc/apparmor.d/libvirt/* r,
121
+  /etc/apparmor.d/libvirt/* r,

Return to bug 554628