diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-12 21:52:51 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-12 21:56:27 +0100 |
commit | d93fb59c50a720e2a1ace2177cc824c00ff8eed6 (patch) | |
tree | 115140c96fff151d71294a64f90e2393801b6f12 /rules | |
parent | 7505831b7ee7b04d84424d2ed306a76abd32871c (diff) |
rules: set mode of floppy device nodes to 0660
Diffstat (limited to 'rules')
-rw-r--r-- | rules/rules.d/50-udev-default.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.d/50-udev-default.rules b/rules/rules.d/50-udev-default.rules index a79073b90e..3593a53658 100644 --- a/rules/rules.d/50-udev-default.rules +++ b/rules/rules.d/50-udev-default.rules @@ -74,7 +74,7 @@ SUBSYSTEM=="block", GROUP="disk" # floppy KERNEL=="fd[0-9]", GROUP="floppy" -KERNEL=="fd[0-9]", ACTION=="add", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G floppy $root/%k" +KERNEL=="fd[0-9]", ACTION=="add", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k" KERNEL=="hd*", SUBSYSTEMS=="ide", ATTRS{media}=="floppy", OPTIONS+="all_partitions" # cdrom |