mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
rules: rfkill has no group, so use 0644
Thanks to Marco d'Itri<md@linux.it> for noticing.
This commit is contained in:
parent
11a421dab5
commit
79f3b4a161
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user