Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | udev-acl: no not encourage use of ACL_MANAGE outside of rules file | Kay Sievers | |
2010-03-04 | udev-acl: Correctly handle ENV{ACL_MANAGE}==0 | Martin Pitt | |
When a custom rule sets ACL_MANAGE to 0 to disable ACL management for a particular device, handle this as "disabled", by explicitly checking against "1" instead of "nonempty". Thanks to Rafał Rzepecki for pointing this out. | |||
2010-01-19 | add ACL rule for Garmin GPSMap 60 | Martin Pitt | |
https://qa.mandriva.com/show_bug.cgi?id=55836 | |||
2010-01-14 | rules: acl - add COLOR_MEASUREMENT_DEVICE match | Frederic Crozat | |
2010-01-07 | rules: udev-acl - add firewire video devices | Marco d'Itri | |
2009-12-10 | 70-acl.rules: ACL manage Android G1 dev phones | Scott James Remnant | |
There doesn't seem to be any special class for their developer interface, so match by Vendor and Device id like we do for things like fingerprint readers. This is better than their current 0666 suggestion <g> Signed-off-by: Scott James Remnant <scott@ubuntu.com> | |||
2009-11-30 | 70-acl.rules: Use new-style input properties | Martin Pitt | |
ID_CLASS is deprecated for input devices. Use new ID_INPUT_JOYSTICK instead. | |||
2009-09-27 | udev-acl: catch up with ConsoleKit 0.4.1 | William Jon McCann | |
2009-08-14 | udev-acl: allow to skip ACL handling | Kay Sievers | |
2009-08-07 | Also merge into the top-level Makefile.am the simpler extras. | Diego Elio 'Flameeyes' Pettenò | |
2009-08-05 | udev-acl: add joystick devices | Anssi Hannula | |
User needs read-write access to joystick devices in order to use force feedback features. | |||
2009-07-25 | make: build internal tools against libudev-private.la | Kay Sievers | |
2009-07-03 | extras/udev-acl: add smartcard readers | Martin Pitt | |
gnupg, psc-lite, etc. will ship udev rules for supported smartcard readers soon. Add the ACL management bit. Thanks to Michael Bienia! | |||
2009-06-19 | udev-acl: Manage hplip device permissions | Martin Pitt | |
hplip tools need user access to the devices for checking ink levels and user-level configuration. This was formerly done with hal FDIs. As per discussion with Till Kamppeter. | |||
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-16 | udev-acl: handle missing action when called in CK mode | Kay Sievers | |
2009-06-16 | udev-acl: move from udev-extras | Kay Sievers | |
The build of extras with larger external dependencies is wrapped in: --enable-extras |