File webyast.permissions.conf of Package webyast-base-ws
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="webyast.permissions.service" />
<allow send_destination="webyast.permissions.service" />
</policy>
<!-- anyone can call service as it is protected by policyKit -->
<policy context="default">
<allow send_destination="webyast.permissions.service" />
</policy>
</busconfig>