Skip to content
Snippets Groups Projects
Commit 83003783 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

dbus: simplify config file

parent 52806be8
Branches
Tags
No related merge requests found
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<deny own="cz.nic.knotd" />
<deny send_destination="cz.nic.knotd" />
<allow receive_sender="cz.nic.knotd" />
</policy>
<policy group="knot">
<policy user="knot">
<allow own="cz.nic.knotd" />
<allow send_destination="cz.nic.knotd" />
</policy>
<policy context="default">
<allow receive_sender="cz.nic.knotd" />
</policy>
</busconfig>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment