summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtkit
Commit message (Collapse)AuthorAge
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* rtkit: link with librt explicitlyVladimír Čunát2019-01-06
|
* rtkit: add licensesMarkus Kowalewski2018-08-30
|
* rtkit: Add patch to fix format string errorsaszlig2018-04-12
| | | | | | | | | | | During the last staging merge I assume that we turned on -Werror=format-security by default (haven't checked in-depth though), which actually is a good thing. This causes the rtkit build to now fail, so I took a patch from Debian to fix these issues. Signed-off-by: aszlig <aszlig@nix.build>
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* rtkit: fix meta attrJörg Thalheim2017-04-29
|
* rtkit: *security* Pass uid of caller to polkitJörg Thalheim2016-10-05
| | | | | Otherwise, we force polkit to look up the uid itself in /proc, which is racy if they execve() a setuid binary.
* rtkit: add patch from debian to remove ControlGroup stanzaAlexander Ried2016-10-05
| | | | | fixes log clutter: systemd[1]: [/nix/store/....-rtkit-0.11/etc/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
* rtkit: Update from 0.10 to 0.11Rickard Nilsson2014-04-21
|
* * Add rtkit to the channel.Eelco Dolstra2011-08-01
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=28111
* * Added rtkit, a DBus system service for elevating the schedulingEelco Dolstra2011-07-26
priority of user processes. svn path=/nixpkgs/branches/kde-4.7/; revision=27961