Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵ | Colin Guthrie | 2014-01-22 | 1 | -1/+1 |
| | | | | issues mga#11184 mga#12364 | ||||
* | polkit: Ensure wrapper uses "$@" for argument passthrough. | Colin Guthrie | 2013-11-12 | 1 | -1/+1 |
| | | | | | | This ensures that arguments containing spaces etc are properly quoted Thanks to Dave Hodgins for pointing out out (twice - I forgot the first time) | ||||
* | Fix the escaping of $* in polkit Makefile. | Colin Guthrie | 2013-11-11 | 1 | -1/+1 |
| | | | | | This was inadvertantly broken in b667b975bcd8b97662b0ca7974f036905cf3177b when the double quotes were changed to single but this usage was not updated. | ||||
* | properly escape 5096UID | Thomas Backlund | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | use 500 instead of 500 | Thomas Backlund | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | 5.52.15.52.1 | Thomas Backlund | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319) | Thomas Backlund | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | polkit: Tidy up polkit support | Colin Guthrie | 2013-10-12 | 10 | -32/+32 |
| | |||||
* | polkit: Make the polkit policy files translatable. | Colin Guthrie | 2013-10-01 | 5 | -8/+24 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-03 | 8 | -0/+96 |
polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. The 'auth as user' (as opposed to 'auth as root') for the 'MageiaUpdate' binary has been ported to the polkit equiv. mga#11125 |