File: com.bluetooth.systemdbus.conf

package info (click to toggle)
ukui-bluetooth 1.0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: cpp: 4,530; xml: 44; makefile: 4; sh: 2
file content (22 lines) | stat: -rw-r--r-- 890 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
22
<?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="com.bluetooth.systemdbus"/>
        <allow send_interface="com.bluetooth.interface"/>
    </policy>

    <!-- Allow anyone to invoke methods on the interfaces -->
    <policy context="default">
        <allow send_destination="com.bluetooth.systemdbus"
            send_interface="com.bluetooth.interface"/>
        <allow send_destination="com.bluetooth.systemdbus"
            send_interface="org.freedesktop.DBus.Introspectable"/>
        <allow send_destination="com.bluetooth.systemdbus"
            send_interface="org.freedesktop.DBus.Properties"/>
    </policy>
</busconfig>