mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 08:45:56 +00:00
Commitd93fb59c50("rules: set mode of floppy device nodes to 0660") changed the create_floppy_devices -M argument to 0660, for udev-148. Commit78171d9549reverted this, when it moved the call to create_floppy_devices out to another rules file, for udev-150. Presumably the 0660 mode was correct, and the 0640 reversion was not intentional; this restores 0660. Signed-off-by: Bryan Kadzban <bryan@kadzban.is-a-geek.net>