mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-11-01 00:51:08 +03:00
282988c4f8
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
KERNEL=="hd*[!0-9]", SUBSYSTEMS=="ide", ATTRS{media}=="floppy", SYMLINK+="floppy floppy-%k", OPTIONS+="ignore_remove"
|
|
KERNEL=="hd*[0-9]", ATTRS{media}=="floppy", ATTRS{removable}=="1", SYMLINK+="floppy-%k", OPTIONS+="ignore_remove"
|
|
|
|
KERNEL=="fw*", PROGRAM="fw_unit_symlinks.sh %k %n", SYMLINK+="$result"
|
|
|
|
ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="3|6", SYMLINK+="scanner scanner-%k", MODE="0660"
|
|
|
|
ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="8", SYMLINK+="changer changer-%k", MODE="0660", GROUP="disk"
|
|
|
|
BUS=="usb", KERNEL=="sd*", ATTRS{bInterfaceClass}=="08", ATTRS{bInterfaceSubClass}=="04", GROUP="floppy", MODE="0660", SYMLINK+="floppy floppy-%k"
|
|
|
|
KERNEL=="fd[0-9]*", SYMLINK+="floppy floppy-%k"
|
|
|
|
ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="0|7|14", \
|
|
RUN+="/sbin/modprobe sd_mod"
|
|
ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="[45]", \
|
|
RUN+="/sbin/modprobe sr_mod"
|
|
|
|
KERNEL=="vcs", OWNER="vcsa", GROUP="tty"
|
|
KERNEL=="vcs[0-9]*", OWNER="vcsa", GROUP="tty"
|
|
KERNEL=="vcsa", OWNER="vcsa", GROUP="tty"
|
|
KERNEL=="vcsa[0-9]*", OWNER="vcsa", GROUP="tty"
|
|
KERNEL=="vcc/*", OWNER="vcsa", GROUP="tty"
|