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: 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 | -18/+24 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-10-07 | 3 | -0/+40 |
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 integrated prompt to the user. In this case the current package policy (in rpm spec) has been migrated here and is as follows: drak3d requires authentication as the current user. mga#11125 |