summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-06-11 11:20:55 +0200
committerKay Sievers <kay@vrfy.org>2014-06-11 11:20:55 +0200
commitf31cf2b6d03a18e4f8f52214c1a3ffa9b3c97189 (patch)
tree9b0bb741bee9a22928038ffc8e94e8a3a997338a
parentfc1d70af2101e16c9e6f3c5bfd5ab315ee9e6dae (diff)
udev: stop using "floppy" group
-rw-r--r--README2
-rw-r--r--rules/50-udev-default.rules1
2 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index f01087ff44..2f70922cb6 100644
--- a/README
+++ b/README
@@ -164,7 +164,7 @@ USERS AND GROUPS:
even in the very early boot stages, where no other databases
and network are available:
- tty, dialout, kmem, video, audio, lp, floppy, cdrom, tape, disk
+ tty, dialout, kmem, video, audio, lp, cdrom, tape, disk
During runtime, the journal daemon requires the
"systemd-journal" system group to exist. New journal files will
diff --git a/rules/50-udev-default.rules b/rules/50-udev-default.rules
index 0bccf67b7b..122d07c9be 100644
--- a/rules/50-udev-default.rules
+++ b/rules/50-udev-default.rules
@@ -49,7 +49,6 @@ KERNEL=="irlpt[0-9]*", GROUP="lp"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
SUBSYSTEM=="block", GROUP="disk"
-SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
SUBSYSTEM=="block", KERNEL=="sr[0-9]*", GROUP="cdrom"
SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="4|5", GROUP="cdrom"
KERNEL=="sch[0-9]*", GROUP="cdrom"