]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/org.freedesktop.systemd1.policy.in.in
bootspec: fix debug message about default entry
[thirdparty/systemd.git] / src / core / org.freedesktop.systemd1.policy.in.in
CommitLineData
490aed58
LP
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<!--
d9215cd8
ZJS
6 SPDX-License-Identifier: LGPL-2.1+
7
490aed58
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
490aed58
LP
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
0b4ebf07 21 <action id="org.freedesktop.systemd1.reply-password">
c8121792
ZJS
22 <description>Send passphrase back to system</description>
23 <message>Authentication is required to send the entered passphrase back to the system.</message>
490aed58
LP
24 <defaults>
25 <allow_any>no</allow_any>
26 <allow_inactive>no</allow_inactive>
27 <allow_active>auth_admin_keep</allow_active>
28 </defaults>
25705583 29 <annotate key="org.freedesktop.policykit.exec.path">@rootlibexecdir@/systemd-reply-password</annotate>
490aed58
LP
30 </action>
31
283868e1 32 <action id="org.freedesktop.systemd1.manage-units">
c8121792
ZJS
33 <description>Manage system services or other units</description>
34 <message>Authentication is required to manage system services or other units.</message>
283868e1
SW
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">
c8121792
ZJS
43 <description>Manage system service or unit files</description>
44 <message>Authentication is required to manage system service or unit files.</message>
283868e1
SW
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 </action>
51
1d22e906 52 <action id="org.freedesktop.systemd1.set-environment">
c8121792
ZJS
53 <description>Set or unset system and service manager environment variables</description>
54 <message>Authentication is required to set or unset system and service manager environment variables.</message>
1d22e906
LP
55 <defaults>
56 <allow_any>auth_admin</allow_any>
57 <allow_inactive>auth_admin</allow_inactive>
58 <allow_active>auth_admin_keep</allow_active>
59 </defaults>
60 </action>
61
283868e1 62 <action id="org.freedesktop.systemd1.reload-daemon">
c8121792
ZJS
63 <description>Reload the systemd state</description>
64 <message>Authentication is required to reload the systemd state.</message>
283868e1
SW
65 <defaults>
66 <allow_any>auth_admin</allow_any>
67 <allow_inactive>auth_admin</allow_inactive>
68 <allow_active>auth_admin_keep</allow_active>
69 </defaults>
70 </action>
71
490aed58 72</policyconfig>