GSoC/2017/StatusReports/chinmoyrp: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
No edit summary
Line 4: Line 4:


== Work Report ==
== Work Report ==
==Code==
===Code===
* Phabricator task : https://phabricator.kde.org/T6561
* Phabricator task : https://phabricator.kde.org/T6561
* KIO clone : https://cgit.kde.org/scratch/chinmoyr/kio-polkit-support.git
* KIO clone : https://cgit.kde.org/scratch/chinmoyr/kio-polkit-support.git

Revision as of 14:33, 29 August 2017

Polkit Support in KIO

Running Qt GUI applications as root is dangerous. Some KDE applications are disabling being executed as root. For example, the next versions of Dolphin and Kate will show an error message and exit when started with root privileges. Polkit is the library made specifically to solve such problems. It is the standard framework used by Linux desktops to grant privileged actions to unprivileged processes. The goal of this project is to add Polkit support in KIO, the library used by KDE applications to manipulate the filesystem.

Work Report

Code

Blog Posts

Proposal