Jan Kiszka wrote:
Ported from OpenSUSE: Provide an udev rule that not only sets the group of /dev/kvm but also triggers automatic loading of the kernel modules during boot. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- Makefile | 1 + scripts/65-kvm.rules | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 scripts/65-kvm.rules diff --git a/Makefile b/Makefile index 8314833..8614449 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ install: if [ -f "$$i" ]; then mv "$$i" "$$i.orig"; fi; \ done /sbin/depmod -a $(DEPMOD_VERSION) -b $(DESTDIR) + install -m 644 -D scripts/65-kvm.rules $(DESTDIR)/etc/udev/rules.d/65-kvm.rules
I believe F12 is installing it 666. If we think it's safe, it's probably the right thing to do.
Regards, Anthony Liguori -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html