Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵distro/mga3 | Colin Guthrie | 2014-01-22 | 1 | -1/+1 |
| | | | | issues mga#11184 mga#12364 | ||||
* | Do not request password for draknetcenter mga#12017 | Colin Guthrie | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | polkit: Fix support for several third party net management commands (mga#11286) | Colin Guthrie | 2013-11-21 | 6 | -1/+107 |
| | |||||
* | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | polkit: Use exec in wrapper scripts | Colin Guthrie | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | polkit: Tidy up polkit support | Colin Guthrie | 2013-10-12 | 28 | -42/+24 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-29 | 27 | -0/+328 |
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. In this case the current package policy (in rpm spec) has been migrated here and is as follows: draknetcenter requires authentication as the current user. Everything else require authentication as an administrator. |