summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-01-19 12:08:59 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2009-01-19 12:08:59 +0100
commit93c3cff6ed9ce7378aa37ead8b37e0bc837d6bc0 (patch)
tree853e6188fb13ac295368d43aa3a433880aa73b40
parent978715ab6f1d2dca185fe47b20e7bd4f3d9ea402 (diff)
fix auto ACL management for DRI
Fix copy&paste error which assigned the wrong access_control.file for /dev/drm/card* devices. It previously copied "input.device", but should be "linux.device_file".
-rw-r--r--fdi/policy/10osvendor/20-acl-management.fdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/policy/10osvendor/20-acl-management.fdi b/fdi/policy/10osvendor/20-acl-management.fdi
index 22f325ba..83f4f33d 100644
--- a/fdi/policy/10osvendor/20-acl-management.fdi
+++ b/fdi/policy/10osvendor/20-acl-management.fdi
@@ -197,7 +197,7 @@
<!-- graphics cards, e.g. for 3d accelleration -->
<match key="info.capabilities" contains="drm">
<append key="info.capabilities" type="strlist">access_control</append>
- <merge key="access_control.file" type="copy_property">input.device</merge>
+ <merge key="access_control.file" type="copy_property">linux.device_file</merge>
<merge key="access_control.type" type="string">video</merge>
</match>