Bug#674413: Please add vhost-net device to udev rule

May 24th, 2012 - 09:10 am ET by Wolfram Gloger | Report spam
Package: qemu-kvm
Version: 1.0+dfsg-11
Severity: wishlist

Please consider the appended patch for the udev rule file,
so that group kvm can use vhost-net.

Regards,
Wolfram.

debian/qemu-kvm.udev~ 2012-01-19 09:10:34.000000000 +0100
+++ debian/qemu-kvm.udev 2012-05-24 14:39:01.000000000 +0200
@@ -1 +1 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="kvm|vhost-net", GROUP="kvm", MODE="0660"



To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Michael Tokarev
May 24th, 2012 - 09:20 am ET | Report spam
merge 674410 674413
tags 674410 + wontfix
thanks

24.05.2012 16:52, Wolfram Gloger wrote:
Package: qemu-kvm
Version: 1.0+dfsg-11
Severity: wishlist

Please consider the appended patch for the udev rule file,
so that group kvm can use vhost-net.

Regards,
Wolfram.

debian/qemu-kvm.udev~ 2012-01-19 09:10:34.000000000 +0100
+++ debian/qemu-kvm.udev 2012-05-24 14:39:01.000000000 +0200
@@ -1 +1 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="kvm|vhost-net", GROUP="kvm", MODE="0660"



My opinion is that vhost-net should be in its own group, due to
extra possible security implications and because, just like with
/dev/kvm, this rules file does not belong to qemu[-kvm] package,
since qemu is not only user of these devices.

I don't, however, just refuse to fix this bug - I see the need to
do something like that, and hopefully will address this in the near
future.

Thanks,

/mjt



To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics