chiark / gitweb /
udev-acl: add DDC_DEVICE to the types that are managed
[elogind.git] / extras / udev-acl / 70-acl.rules
index 25e3f609f1afbb03672ab8cf03486a7dfed99953..6ec04ee45534a3d65c71a119b87403c50b4342e8 100644 (file)
@@ -57,6 +57,9 @@ SUBSYSTEM=="input", ENV{ID_INPUT_JOYSTICK}=="?*", TAG+="udev-acl"
 # color measurement devices
 ENV{COLOR_MEASUREMENT_DEVICE}=="*?", TAG+="udev-acl"
 
+# DDC/CI device, usually high-end monitors such as the DreamColor
+ENV{DDC_DEVICE}=="*?", TAG+="udev-acl"
+
 # apply ACL for all locally logged in users
 LABEL="acl_apply", TAG=="udev-acl", TEST=="/var/run/ConsoleKit/database", \
   RUN+="udev-acl --action=$env{ACTION} --device=$env{DEVNAME}"