diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-02-13 00:21:02 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-02-13 00:38:29 -0600 |
commit | acc843fe087a30413d5603826d659826a3b599ae (patch) | |
tree | b14a32161eda247b103b7fcd21fb6a11ab2ae0e7 /app-emulation/qemu/files | |
parent | dev-ruby/abstract: add ruby24 (diff) | |
download | gentoo-acc843fe087a30413d5603826d659826a3b599ae.tar.gz gentoo-acc843fe087a30413d5603826d659826a3b599ae.tar.bz2 gentoo-acc843fe087a30413d5603826d659826a3b599ae.zip |
app-emulation/qemu: fix permissions on vhost-net, bug #593196
Add an additional udev rule that grants access to /dev/vhost-net to the kvm
user.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/65-kvm.rules-r1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/65-kvm.rules-r1 b/app-emulation/qemu/files/65-kvm.rules-r1 new file mode 100644 index 000000000000..ab3776ac29e3 --- /dev/null +++ b/app-emulation/qemu/files/65-kvm.rules-r1 @@ -0,0 +1,2 @@ +KERNEL=="kvm", GROUP="kvm", MODE="0660" +KERNEL=="vhost-net", GROUP="kvm", MODE="0660", OPTIONS+="static_node=vhost-net" |