rules: rfkill has no group, so use 0644

Thanks to Marco d'Itri<md@linux.it> for noticing.
This commit is contained in:
Kay Sievers 2009-08-16 21:07:39 +02:00
parent 11a421dab5
commit 79f3b4a161

View file

@ -94,7 +94,7 @@ SUBSYSTEM=="aoe", KERNEL=="err", MODE="0440"
# network
KERNEL=="tun", NAME="net/%k", MODE="0666"
KERNEL=="rfkill", MODE="0664"
KERNEL=="rfkill", MODE="0644"
# CPU
KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpuid", MODE="0444"