14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
|
<!DOCTYPE busconfig PUBLIC
|
||
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
|
||
|
<!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
|
||
|
<policy context="default">
|
||
|
<allow send_interface="org.kde.auth"/>
|
||
|
<allow receive_sender="org.kde.auth"/>
|
||
|
<allow receive_interface="org.kde.auth"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|