kde-playground/polkit-kde-kcmodules-1/helper/org.kde.polkitkde1.helper.conf

19 lines
No EOL
609 B
Text

<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- This configuration file specifies the required security policies
for polkit-kde to work. -->
<!-- Only user root can own the polkitkde1.helper service -->
<policy user="root">
<allow own="org.kde.polkitkde1.helper"/>
</policy>
<!-- Allow anyone to call into the service - we'll reject callers using polkit -->
<policy context="default">
<allow send_destination="org.kde.polkitkde1.helper"/>
</policy>
</busconfig>