core/udev/81-chakra.rules

15 lines
514 B
Plaintext
Raw Normal View History

# Udev rules for Chakra GNU/Linux by Phil Miller <philm@chakra-project.org>
2010-07-15 06:49:24 +08:00
# do not edit this file, it will be overwritten on update
# this file is going away in the near future
2010-07-15 06:49:24 +08:00
# permissions for IDE CD devices
SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTRS{media}=="cdrom*", GROUP="optical"
# permissions for SCSI CD devices
2011-07-12 05:45:44 +08:00
SUBSYSTEMS=="scsi", KERNEL=="s[rg][0-9]*", ATTRS{type}=="5", GROUP="optical"
2010-07-15 06:49:24 +08:00
# misc
KERNEL=="sonypi", MODE="0666"
2010-07-15 06:49:24 +08:00
# USB devices
KERNEL=="legousbtower*", MODE="0666"