From: Bryan Kadzban Date: Mon, 11 Jan 2010 01:02:29 +0000 (-0800) Subject: Fix reverted floppy-device permissions X-Git-Tag: 174~641 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0196d02a7623be430a9dc13a51cd2320336ade1e;hp=0196d02a7623be430a9dc13a51cd2320336ade1e Fix reverted floppy-device permissions Commit d93fb59c50a720e2a1ace2177cc824c00ff8eed6 ("rules: set mode of floppy device nodes to 0660") changed the create_floppy_devices -M argument to 0660, for udev-148. Commit 78171d9549fafdfc1e29d30915104a3ad55e116b reverted 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 ---