chiark / gitweb /
udev-acl: remove specific device matches from the rules file
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Aug 2010 16:55:57 +0000 (18:55 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Aug 2010 16:55:57 +0000 (18:55 +0200)
We should do only do classes of devices, not individual pieces
of hardware.

There is no way for us to manage this in the long term, and it needs
to be thought through what we want here, but it surely isn't a list of
smartphones in the udev source tarball installed on all systems.

extras/udev-acl/70-acl.rules

index 493a43a15b9979dfc08c9a7e06e42737961219c1..25e3f609f1afbb03672ab8cf03486a7dfed99953 100644 (file)
@@ -42,14 +42,6 @@ SUBSYSTEM=="firewire", ATTR{units}=="*0x00b09d:0x00010*",  TAG+="udev-acl"
 SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x010001*", TAG+="udev-acl"
 SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x014001*", TAG+="udev-acl"
 
-# fingerprint readers
-SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="2016", TAG+="udev-acl"
-
-# GPS devices
- # Garmin GPSMap 60
-SUBSYSTEM=="usb", ATTR{idVendor}=="091e", ATTR{idProduct}=="0003", TAG+="udev-acl"
-
-
 # DRI video devices
 SUBSYSTEM=="drm", KERNEL=="card*", TAG+="udev-acl"
 
@@ -62,9 +54,6 @@ ENV{ID_SMARTCARD_READER}=="*?", TAG+="udev-acl"
 # joysticks
 SUBSYSTEM=="input", ENV{ID_INPUT_JOYSTICK}=="?*", TAG+="udev-acl"
 
-# smart phones
-SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0c02", TAG+="udev-acl"
-
 # color measurement devices
 ENV{COLOR_MEASUREMENT_DEVICE}=="*?", TAG+="udev-acl"