]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/locale/org.freedesktop.locale1.conf
Use https for freedesktop.org
[thirdparty/systemd.git] / src / locale / org.freedesktop.locale1.conf
CommitLineData
f401e48c
LP
1<?xml version="1.0"?> <!--*-nxml-*-->
2<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
41d6f3bf 3 "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
f401e48c
LP
4
5<!--
db9ecf05 6 SPDX-License-Identifier: LGPL-2.1-or-later
d9215cd8 7
f401e48c
LP
8 This file is part of systemd.
9
10 systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
f401e48c
LP
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>