]> git.proxmox.com Git - systemd.git/blame - src/hostname/org.freedesktop.hostname1.conf
New upstream version 236
[systemd.git] / src / hostname / org.freedesktop.hostname1.conf
CommitLineData
663996b3
MS
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">
4
5<!--
52ad194e
MB
6 SPDX-License-Identifier: LGPL-2.1+
7
663996b3
MS
8 This file is part of systemd.
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14-->
15
16<busconfig>
17
18 <policy user="root">
19 <allow own="org.freedesktop.hostname1"/>
20 <allow send_destination="org.freedesktop.hostname1"/>
21 <allow receive_sender="org.freedesktop.hostname1"/>
22 </policy>
23
24 <policy context="default">
25 <allow send_destination="org.freedesktop.hostname1"/>
26 <allow receive_sender="org.freedesktop.hostname1"/>
27 </policy>
28
29</busconfig>