提交 123cc3e1 编写于 作者: G Guido Günther

apparmor: allow /usr/lib/qemu/qemu-bridge-helper

This is where e.g. Debian puts it.
上级 445708bc
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
# allow changing to our UUID-based named profiles # allow changing to our UUID-based named profiles
change_profile -> @{LIBVIRT}-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*, change_profile -> @{LIBVIRT}-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*,
/usr/{lib,libexec}/qemu-bridge-helper Cx -> qemu_bridge_helper, /usr/{lib,lib64,lib/qemu,libexec}/qemu-bridge-helper Cx -> qemu_bridge_helper,
# child profile for bridge helper process # child profile for bridge helper process
profile qemu_bridge_helper { profile qemu_bridge_helper {
#include <abstractions/base> #include <abstractions/base>
...@@ -83,6 +83,6 @@ ...@@ -83,6 +83,6 @@
/etc/qemu/** r, /etc/qemu/** r,
owner @{PROC}/*/status r, owner @{PROC}/*/status r,
/usr/{lib,libexec}/qemu-bridge-helper rmix, /usr/{lib,lib64,lib/qemu,libexec}/qemu-bridge-helper rmix,
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册