Magellan Linux

Diff of /tags/udev-135-r1/udev/udev-permissions.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 516 by niro, Sat Mar 22 18:13:36 2008 UTC revision 717 by niro, Mon Dec 22 20:31:37 2008 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/65-permissions.rules:  permissions rules for udev  # /etc/udev/rules/65-permissions.rules:  permissions rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-permissions.rules.magellan,v 1.1 2008-03-22 18:13:36 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-permissions.rules.magellan,v 1.2 2008-12-22 20:31:37 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 32  KERNEL=="st[0-9]*|nst[0-9]*|ht[0-9]*|nht Line 32  KERNEL=="st[0-9]*|nst[0-9]*|ht[0-9]*|nht
32  SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape", MODE="660"  SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape", MODE="660"
33    
34  # dialout devices  # dialout devices
35  KERNEL=="ippp*|isdn*|dcbri*|capi*", GROUP="uucp"  KERNEL=="ippp*|isdn*|dcbri*|capi*|rfcomm*|ttyACM[0-9]*", GROUP="uucp"
36  KERNEL=="pilot", GROUP="uucp"  KERNEL=="pilot", GROUP="uucp"
37    
38  # sound devices (sound=alsa, snd=oss)  # sound devices (sound=alsa, snd=oss)

Legend:
Removed from v.516  
changed lines
  Added in v.717