summaryrefslogtreecommitdiffstats
path: root/polkit
Commit message (Collapse)AuthorAgeFilesLines
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵distro/mga3Colin Guthrie2014-01-221-1/+1
| | | | issues mga#11184 mga#12364
* Do not request password for draknetcenter mga#12017Colin Guthrie2013-12-171-1/+1
|
* polkit: Fix support for several third party net management commands (mga#11286)Colin Guthrie2013-11-216-1/+107
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-171-1/+1
|
* polkit: Use exec in wrapper scriptsColin Guthrie2013-10-121-1/+1
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-1228-42/+24
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-2927-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.