File: com.keyman.SystemService1.conf

package info (click to toggle)
keyman 18.0.246-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,316 kB
  • sloc: python: 52,784; cpp: 21,289; sh: 7,633; ansic: 4,823; xml: 3,617; perl: 959; makefile: 139; javascript: 138
file content (22 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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">
<!-- (/etc/dbus-1/system.d/com.keyman.SystemService1.conf)
  better: /usr/share/dbus-1/system.d/com.keyman.SystemService1.conf -->
<busconfig>

  <policy user="root">
    <allow own="com.keyman.SystemService1" />
  </policy>

  <policy context="default">
    <allow send_destination="com.keyman.SystemService1"
           send_interface="com.keyman.SystemService1.System"/>
    <allow send_destination="com.keyman.SystemService1"
           send_interface="org.freedesktop.DBus.Introspectable"/>
    <allow send_destination="com.keyman.SystemService1"
           send_interface="org.freedesktop.DBus.Peer"/>
  </policy>

</busconfig>