]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/locale/org.freedesktop.locale1.conf
Use https for freedesktop.org
[thirdparty/systemd.git] / src / locale / org.freedesktop.locale1.conf
1 <?xml version="1.0"?> <!--*-nxml-*-->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1-or-later
7
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.locale1"/>
20 <allow send_destination="org.freedesktop.locale1"/>
21 <allow receive_sender="org.freedesktop.locale1"/>
22 </policy>
23
24 <policy context="default">
25 <allow send_destination="org.freedesktop.locale1"/>
26 <allow receive_sender="org.freedesktop.locale1"/>
27 </policy>
28
29 </busconfig>