diff options
author | Richard Hughes <richard@hughsie.com> | 2010-08-09 11:41:18 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-10 08:04:37 +0200 |
commit | 2d57b4f8ec53e834317518bde34cf849dabab8c4 (patch) | |
tree | b56e7fc2f5ffc8414dbbf75f75f06d69e8bca03b /extras/udev-acl/70-acl.rules | |
parent | ae8011a084fec398bd6e94694a5d6aca15b3c7a9 (diff) |
udev-acl: add DDC_DEVICE to the types that are managed
DDC_DEVICEs are control points for high-end monitors such as the
HP DreamColor. The DDC/CI interface allows userspace applications
to upload custom colorspaces and interact with the display without
using the monitor hardware controls.
Diffstat (limited to 'extras/udev-acl/70-acl.rules')
-rw-r--r-- | extras/udev-acl/70-acl.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index 25e3f609f1..6ec04ee455 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -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}" |