diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-29 19:41:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-29 19:41:07 +0200 |
commit | 539072153c0db3d91c1c59ad447d96b0e1f3cf77 (patch) | |
tree | 21831c2b2d68a86d7f1656eee53f6b838b1bcec4 /src/logind.h | |
parent | f5f32cd7adb78d390fa9050588095b3d31c8527b (diff) |
acl: libudev currently doesn't handle properly enumerator matches with multiple tags, so avoid using them for now
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logind.h b/src/logind.h index aaa21cddda..7e47bc3489 100644 --- a/src/logind.h +++ b/src/logind.h @@ -45,6 +45,7 @@ * trigger based on libudev if available * enumerate recursively with libudev when triggering * use sysfs in device hash table, not sysname, when fb driver is fixed + * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating * * non-local X11 server * reboot/shutdown halt management |