1 <?xml version="1.0"?> <!--*-nxml-*-->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6 This file is part of systemd.
8 Copyright 2010 Lennart Poettering
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
27 <allow own="org.freedesktop.systemd1"/>
29 <allow send_destination="org.freedesktop.systemd1"/>
30 <allow receive_sender="org.freedesktop.systemd1"/>
33 <policy context="default">
34 <deny send_destination="org.freedesktop.systemd1"/>
36 <allow send_destination="org.freedesktop.systemd1"
37 send_interface="org.freedesktop.DBus.Introspectable"/>
39 <allow send_destination="org.freedesktop.systemd1"
40 send_interface="org.freedesktop.DBus.Properties"
43 <allow send_destination="org.freedesktop.systemd1"
44 send_interface="org.freedesktop.DBus.Properties"
45 send_member="GetAll"/>
47 <allow send_destination="org.freedesktop.systemd1"
48 send_interface="org.freedesktop.systemd1.Manager"
49 send_member="GetUnit"/>
51 <allow send_destination="org.freedesktop.systemd1"
52 send_interface="org.freedesktop.systemd1.Manager"
53 send_member="GetJob"/>
55 <allow send_destination="org.freedesktop.systemd1"
56 send_interface="org.freedesktop.systemd1.Manager"
57 send_member="ListUnits"/>
59 <allow send_destination="org.freedesktop.systemd1"
60 send_interface="org.freedesktop.systemd1.Manager"
61 send_member="ListJobs"/>
63 <allow send_destination="org.freedesktop.systemd1"
64 send_interface="org.freedesktop.systemd1.Manager"
65 send_member="Subscribe"/>
67 <allow send_destination="org.freedesktop.systemd1"
68 send_interface="org.freedesktop.systemd1.Manager"
69 send_member="Unsubscribe"/>
71 <allow send_destination="org.freedesktop.systemd1"
72 send_interface="org.freedesktop.systemd1.Manager"
75 <allow receive_sender="org.freedesktop.systemd1"/>