From: Kay Sievers Date: Thu, 5 Aug 2010 16:55:57 +0000 (+0200) Subject: udev-acl: remove specific device matches from the rules file X-Git-Tag: 174~392 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232f180;p=systemd udev-acl: remove specific device matches from the rules file 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. --- diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index 493a43a1..25e3f609 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -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"