https://github.com/KDE/kio-admin
Manage files as administrator using the admin:// KIO protocol.
https://github.com/KDE/kio-admin
Last synced: about 2 months ago
JSON representation
Manage files as administrator using the admin:// KIO protocol.
- Host: GitHub
- URL: https://github.com/KDE/kio-admin
- Owner: KDE
- Created: 2022-10-15T00:49:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:31:28.000Z (12 months ago)
- Last Synced: 2024-05-01T12:01:53.770Z (12 months ago)
- Language: C++
- Homepage: https://invent.kde.org/system/kio-admin
- Size: 317 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
- awesome-kde - kio-admin - allows you manage files as administrator (Core components)
README
# Requirements
- Must be installed to /usr! Polkit and DBus hardcode /usr as source for policies and system services
- KIO 5.98 (master at the time of writing)# Functionality
kio-admin implements a new protocol `admin:///` which gives administrative access to the entire system. This is achieved
by talking, over dbus, with a root-level helper binary that in turn uses existing KIO infrastructure to run file://
operations in root-scope. Or simply put: `admin://` is exactly like `file://` but redirected over dbus to gain
administrative privileges.```shell
dolphin admin:///
```