summaryrefslogtreecommitdiff
path: root/src/login/70-uaccess.rules
Commit message (Collapse)AuthorAge
* rules: uaccess - add ID_SOFTWARE_RADIOKay Sievers2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | On Tue, Jul 15, 2014 at 1:52 PM, Alick Zhao <alick9188@gmail.com> wrote: >>> >>> So maybe ID_SOFTWARE_RADIO ? >> >> Hmm, SDR is more a term for a generic technology than for a device >> class. To me it does not really sound like an administrator would know >> what this is. >> >> What exactly is the device or subsystem you want to make accessible to >> locally logged-in users only? > > Initially it is bladeRF, but many more are of interest: USRP, rtl-sdr, > HackRF, ... [1] > > I agree an administrator might not know what SDR is, since it is > currently still not widely known, and makes sense only for amateurs > and researchers. But as a SDR fan, I see many new SDR peripherals > are created recently, and expect to see more. So a generic ID seems > reasonable to me. > > [1] http://en.wikipedia.org/wiki/List_of_software-defined_radios
* rules: consistently use "?*" instead of "*?"Kay Sievers2014-07-15
|
* uaccess: Add new DRM render nodesKristian Høgsberg2013-11-12
|
* udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Tom Gundersen2013-07-16
| | | | | | | | | | Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed.
* uaccess: remove needless usb_id call from udev rulesKay Sievers2013-03-23
|
* uaccess: add ID_SECURITY_TOKEN device class for USB authentication keysKay Sievers2012-07-24
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* udev: convert 'uaccess' to a builtinKay Sievers2012-04-09
|
* login: move seat udev rules to login subdirKay Sievers2012-01-22