aboutsummaryrefslogtreecommitdiffstats
path: root/polkit
Commit message (Collapse)AuthorAgeFilesLines
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-221-1/+1
| | | | issues mga#11184 mga#12364
* polkit: Ensure wrapper uses "$@" for argument passthrough.Colin Guthrie2013-11-121-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 Guthrie2013-11-111-1/+1
| | | | | This was inadvertantly broken in b667b975bcd8b97662b0ca7974f036905cf3177b when the double quotes were changed to single but this usage was not updated.
* properly escape 5096UIDThomas Backlund2013-11-111-1/+1
|
* use 500 instead of 500Thomas Backlund2013-11-101-1/+1
|
* 5.52.15.52.1Thomas Backlund2013-11-091-1/+1
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-091-1/+1
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-1210-32/+32
|
* polkit: Make the polkit policy files translatable.Colin Guthrie2013-10-015-8/+24
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-038-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