]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/resolve/org.freedesktop.resolve1.policy
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / src / resolve / org.freedesktop.resolve1.policy
CommitLineData
84b0f133
DR
1<?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
2<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
4
5<!--
6 SPDX-License-Identifier: LGPL-2.1+
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<policyconfig>
17
18 <vendor>The systemd Project</vendor>
19 <vendor_url>http://www.freedesktop.org/wiki/Software/systemd</vendor_url>
20
21 <action id="org.freedesktop.resolve1.register-service">
264d8dcc
GH
22 <description gettext-domain="systemd">Register a DNS-SD service</description>
23 <message gettext-domain="systemd">Authentication is required to register a DNS-SD service</message>
84b0f133
DR
24 <defaults>
25 <allow_any>auth_admin</allow_any>
26 <allow_inactive>auth_admin</allow_inactive>
27 <allow_active>auth_admin_keep</allow_active>
28 </defaults>
29 <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-resolve</annotate>
30 </action>
31
32 <action id="org.freedesktop.resolve1.unregister-service">
264d8dcc
GH
33 <description gettext-domain="systemd">Unregister a DNS-SD service</description>
34 <message gettext-domain="systemd">Authentication is required to unregister a DNS-SD service</message>
84b0f133
DR
35 <defaults>
36 <allow_any>auth_admin</allow_any>
37 <allow_inactive>auth_admin</allow_inactive>
38 <allow_active>auth_admin_keep</allow_active>
39 </defaults>
40 <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-resolve</annotate>
41 </action>
42
43</policyconfig>