Warning, /system/kio-admin/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002     SPDX-License-Identifier: CC0-1.0
0003     SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0004 -->
0005 
0006 # Requirements
0007 
0008 - Must be installed to /usr! Polkit and DBus hardcode /usr as source for policies and system services
0009 - KIO 5.98 (master at the time of writing)
0010 
0011 # Functionality
0012 
0013 kio-admin implements a new protocol `admin:///` which gives administrative access to the entire system. This is achieved
0014 by talking, over dbus, with a root-level helper binary that in turn uses existing KIO infrastructure to run file://
0015 operations in root-scope. Or simply put: `admin://` is exactly like `file://` but redirected over dbus to gain
0016 administrative privileges.
0017 
0018 ```shell
0019 dolphin admin:///
0020 ```