diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:24:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:24:08 +0000 |
commit | ec8c51d7bcb5f87ae93298975306d7272bae9f8c (patch) | |
tree | 93a50b5d547533c9931c3e0739b24b717f94912a /debian/cz.nic.knotd.conf | |
parent | Adding upstream version 3.2.6. (diff) | |
download | knot-6e67119deaec34e4373cdea4c832cb298d9683b7.tar.xz knot-6e67119deaec34e4373cdea4c832cb298d9683b7.zip |
Adding debian version 3.2.6-1.debian/3.2.6-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/cz.nic.knotd.conf')
-rw-r--r-- | debian/cz.nic.knotd.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/cz.nic.knotd.conf b/debian/cz.nic.knotd.conf new file mode 100644 index 0000000..50af87a --- /dev/null +++ b/debian/cz.nic.knotd.conf @@ -0,0 +1,9 @@ +<!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="knot"> + <allow own="cz.nic.knotd" /> + </policy> + <policy context="default"> + <allow receive_sender="cz.nic.knotd" /> + </policy> +</busconfig> |