EliasSchriefer
a453d785f5
The unit file is only for debugging purposes. The Makefile is used to install (link --runtime), start, stop, and restart the service, and to see the output (journalctl)
12 lines
389 B
XML
12 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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="org.ddnss.sfs.mc"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<allow send_destination="org.ddnss.sfs.mc"/>
|
|
</policy>
|
|
</busconfig> |