* Give everybody access to /dev/kvm. I *think* that's safe...
svn path=/nixos/trunk/; revision=7923
This commit is contained in:
parent
619c3e0465
commit
66a9cfbcdc
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ KERNEL=="urandom", MODE="0644"
|
|||
KERNEL=="rtc", MODE="0600"
|
||||
KERNEL=="sonypi", MODE="0666"
|
||||
KERNEL=="agpgart", MODE="0600"
|
||||
KERNEL=="kvm", MODE="0666"
|
||||
|
||||
|
||||
# TTYs.
|
||||
|
|
Loading…
Reference in a new issue