mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
19 lines
609 B
Text
19 lines
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>
|