qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] qemu make


From: Fam Zheng
Subject: Re: [Qemu-discuss] qemu make
Date: Thu, 3 May 2018 11:14:01 +0800
User-agent: Mutt/1.9.2 (2017-12-15)

On Thu, 05/03 10:53, lizhuoyao wrote:
> Ahaļ¼ No wonder!
> Thank you,it solved my question..But i meet another question again.
> 
> the authorization of /dev/kvm: after I install qemu in making code rather 
> then rpm,the authorization of /dev/kvm becomes to 600. i need to chmod 666 
> /dev/kvm every time rebooting.And I also get the way of changing the qemu 
> group in the internel.
> 
> So can you tall me some about the authorization of /dev/kvm? How rpm do it?

On Fedora I have:

/usr/lib/udev/rules.d/50-udev-default.rules:KERNEL=="kvm", GROUP="kvm", 
MODE="0666"

and it's managed by udev rpm:

$ rpm -qf /usr/lib/udev/rules.d/50-udev-default.rules
systemd-udev-234-10.git5f8984e.fc27.x86_64

Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]