diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-26 18:05:23 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-27 11:18:18 +0000 |
commit | 2f61ee54255dd86e8e227cf6126f33c2dd35ba42 (patch) | |
tree | 100cb008482803ff813027ece2c8905ee87ba1ba /main/qemu/bridge.conf | |
parent | df5391682cccc4241cb447723725bda11aeccc13 (diff) | |
download | aports-2f61ee54255dd86e8e227cf6126f33c2dd35ba42.tar.bz2 aports-2f61ee54255dd86e8e227cf6126f33c2dd35ba42.tar.xz |
main/qemu: install /etc/qemu/bridge.conf
Diffstat (limited to 'main/qemu/bridge.conf')
-rw-r--r-- | main/qemu/bridge.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/qemu/bridge.conf b/main/qemu/bridge.conf new file mode 100644 index 0000000000..27c31c38ab --- /dev/null +++ b/main/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 |