File: org.ukui.note.conf

package info (click to toggle)
ukui-notebook 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,688 kB
  • sloc: cpp: 6,821; sh: 20; xml: 10; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>