diff options
Diffstat (limited to 'Gypsy.conf.in')
-rw-r--r-- | Gypsy.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Gypsy.conf.in b/Gypsy.conf.in new file mode 100644 index 0000000..3656066 --- /dev/null +++ b/Gypsy.conf.in @@ -0,0 +1,11 @@ +<!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="@DAEMON_USER@"> + <allow own="org.freedesktop.Gypsy"/> + </policy> + <policy context="default"> + <allow send_destination="org.freedesktop.Gypsy"/> + </policy> +</busconfig> |