Files
ukui-notebook/data/org.ukui.note.conf
datyuesh 84b6251971 add ukui-search interface
Signed-off-by: datyuesh <yueshuai@kylinos.cn>
2021-08-20 17:14:02 +08:00

22 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Only root can own the service -->
<policy user="root">
<allow own="org.ukui.note"/>
<allow send_interface="org.ukui.note.interface"/>
</policy>
<!-- Allow anyone to invoke methods on the interfaces -->
<policy context="default">
<allow own="org.ukui.note"/>
<allow send_destination="org.ukui.note"/>
<allow send_destination="org.ukui.note"
send_interface="org.ukui.note.interface"/>
</policy>
</busconfig>