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 | ||||
* | i18n: Fix my crazy British spelling of 'centre' | Colin Guthrie | 2013-12-18 | 2 | -6/+6 |
| | | | | | We should use en-us as the base language. Translations should not be affected (unless I've messed up) | ||||
* | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | polkit: Tidy up polkit support | Colin Guthrie | 2013-10-12 | 4 | -6/+30 |
| | |||||
* | polkit: Make the polkit policy files translatable. | Colin Guthrie | 2013-10-01 | 3 | -4/+4 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-01 | 3 | -0/+46 |
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. As pkexec does not like being run from a forked process, the forking in the wrapper when running under X has been dropped. mga#11125 |