/[packages]/cauldron/systemd/current/SOURCES/50-udev-mageia.rules
ViewVC logotype

Contents of /cauldron/systemd/current/SOURCES/50-udev-mageia.rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1675159 - (show annotations) (download)
Thu Feb 11 13:12:19 2021 UTC (3 years, 2 months ago) by tmb
File size: 1116 byte(s)
udev: drop Iomega Zip rule that uses invalid option 'all_partitions' (mga#26718)
1 # do not edit this file, it will be overwritten on update
2
3 # permissions for SCSI CD devices
4 SUBSYSTEM=="scsi", KERNEL=="sg*", MODE="0660", GROUP="cdwriter"
5 SUBSYSTEM=="scsi", KERNEL=="s[grt][0-9]*", ATTR{type}=="5", MODE="0660", GROUP="cdrom"
6
7 # tape devices (inspired from Gentoo rules)
8 KERNEL=="st[0-9]*|nst[0-9]*|ht[0-9]*|nht[0-9]*|pt[0-9]*|npt[0-9]*", GROUP="tape"
9 SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape"
10
11 # IDE devices
12 SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTR{media}=="cdrom", GROUP="cdrom"
13 SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTR{media}=="floppy", GROUP="floppy"
14
15 # video (supplement of 40-video.rules, currently overidden by pam_console)
16 KERNEL=="card[0-9]*", GROUP="video"
17 KERNEL=="3dfx*", GROUP="video"
18
19 # sound devices (sound=alsa, snd=oss)
20 SUBSYSTEM=="sound|snd", GROUP="audio"
21
22 # tty devices
23 KERNEL=="dcbri*", GROUP="tty"
24 # pilot/palm devices
25 KERNEL=="pilot", GROUP="uucp"
26
27 # ISDN devices
28 KERNEL=="ippp0", GROUP="tty"
29 # CAPI devices
30 KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20"
31 KERNEL=="capi*", NAME="capi/%n"

  ViewVC Help
Powered by ViewVC 1.1.30