diff options
Diffstat (limited to 'community/qemu/bridge.conf')
-rw-r--r-- | community/qemu/bridge.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/qemu/bridge.conf b/community/qemu/bridge.conf new file mode 100644 index 0000000000..27c31c38ab --- /dev/null +++ b/community/qemu/bridge.conf @@ -0,0 +1,9 @@ +# This should have the following permissions: root:qemu 0640 + +# Allow users in the "qemu" group to add devices to "br0". +#allow br0 + +# Uncomment the following line to allow users in the "bob" +# group to have permissions defined in it, iff it has the +# following permissions: root:bob 0640 +#include /etc/qemu/bob.conf |