Skip to content
Snippets Groups Projects
Commit efe13a06 authored by Philipp Hahn's avatar Philipp Hahn Committed by Guido Günther
Browse files

docs: Forward port qemu-bridge-helper docs from Jessie

parent 102409b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment