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-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<policyconfig>
17
18        <vendor>The systemd Project</vendor>
19        <vendor_url>https://systemd.io</vendor_url>
20
21        <action id="org.freedesktop.systemd1.reply-password">
22                <description gettext-domain="systemd">Send passphrase back to system</description>
23                <message gettext-domain="systemd">Authentication is required to send the entered passphrase back to the system.</message>
24                <defaults>
25                        <allow_any>no</allow_any>
26                        <allow_inactive>no</allow_inactive>
27                        <allow_active>auth_admin_keep</allow_active>
28                </defaults>
29                <annotate key="org.freedesktop.policykit.exec.path">{{ROOTLIBEXECDIR}}/systemd-reply-password</annotate>
30        </action>
31
32        <action id="org.freedesktop.systemd1.manage-units">
33                <description gettext-domain="systemd">Manage system services or other units</description>
34                <message gettext-domain="systemd">Authentication is required to manage system services or other units.</message>
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        </action>
41
42        <action id="org.freedesktop.systemd1.manage-unit-files">
43                <description gettext-domain="systemd">Manage system service or unit files</description>
44                <message gettext-domain="systemd">Authentication is required to manage system service or unit files.</message>
45                <defaults>
46                        <allow_any>auth_admin</allow_any>
47                        <allow_inactive>auth_admin</allow_inactive>
48                        <allow_active>auth_admin_keep</allow_active>
49                </defaults>
50                <annotate key="org.freedesktop.policykit.imply">org.freedesktop.systemd1.reload-daemon org.freedesktop.systemd1.manage-units</annotate>
51        </action>
52
53        <action id="org.freedesktop.systemd1.set-environment">
54                <description gettext-domain="systemd">Set or unset system and service manager environment variables</description>
55                <message gettext-domain="systemd">Authentication is required to set or unset system and service manager environment variables.</message>
56                <defaults>
57                        <allow_any>auth_admin</allow_any>
58                        <allow_inactive>auth_admin</allow_inactive>
59                        <allow_active>auth_admin_keep</allow_active>
60                </defaults>
61        </action>
62
63        <action id="org.freedesktop.systemd1.reload-daemon">
64                <description gettext-domain="systemd">Reload the systemd state</description>
65                <message gettext-domain="systemd">Authentication is required to reload the systemd state.</message>
66                <defaults>
67                        <allow_any>auth_admin</allow_any>
68                        <allow_inactive>auth_admin</allow_inactive>
69                        <allow_active>auth_admin_keep</allow_active>
70                </defaults>
71        </action>
72
73</policyconfig>
74