GSoC/2017/StatusReports/chinmoyrp

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
Revision as of 16:32, 25 June 2017 by Chinmoy Ranjan Pradhan (talk | contribs) (Created page with " == 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 Do...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  • Added basic KAuth support to the KIO library. D6197 adds additional warnings, support for unit testing this part of code and the KAuth helper.
  • D6198 adds KAuth support to delete operation.

All the changes have been made to my clone of KIO on cgit.kde.org. In this repo each file operation, to which KAuth support had been added, has got branch under its name, like delete operation's branch is 'delete', rename operation's branch is 'rename', so on and so forth.

Blog Posts

Proposal