[Pkg-libvirt-commits] [libvirt] 01/01: docs: Forward port qemu-bridge-helper docs from Jessie
Guido Guenther
agx at moszumanska.debian.org
Fri Mar 25 14:45:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/sid
in repository libvirt.
commit efe13a06ce7e904cb32636922375bd2869bac07b
Author: Philipp Hahn <pmhahn at pmhahn.de>
Date: Fri Mar 25 11:10:31 2016 +0100
docs: Forward port qemu-bridge-helper docs from Jessie
---
debian/libvirt-daemon.README.Debian | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/debian/libvirt-daemon.README.Debian b/debian/libvirt-daemon.README.Debian
index 79356aa..ce78e08 100644
--- a/debian/libvirt-daemon.README.Debian
+++ b/debian/libvirt-daemon.README.Debian
@@ -42,6 +42,18 @@ EOF
This makes dnsmasq only bind to the loopback interface by default so libvirtd
can handle the virtual bridges.
+Bridged network
+===============
+libvirt can use the qemu-bridge-helper to create bridged network interfaces for
+session domains. For this to work the helper must have the capability to create
+TUN/TAP devices or must have the SUID permission set.
+This can be done by running the following command as the user root:
+
+ setcap cap_net_admin+ep /usr/lib/qemu/qemu-bridge-helper
+
+The allowed bridges must be configured in the file '/etc/qemu/bridge.conf'. For
+each bridge add a line like 'allow br0'.
+
Access Control
==============
Access to the libvirt managing tasks is controlled by PolicyKit. To ease
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list