]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/org.freedesktop.home1.policy
Merge pull request #14966 from keszybz/journalctl-facilities
[thirdparty/systemd.git] / src / home / org.freedesktop.home1.policy
CommitLineData
70a5db58
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<!-- SPDX-License-Identifier: LGPL-2.1+ -->
6
7<policyconfig>
8
9 <vendor>The systemd Project</vendor>
10 <vendor_url>http://www.freedesktop.org/wiki/Software/systemd</vendor_url>
11
12 <action id="org.freedesktop.home1.create-home">
18143cd7 13 <description gettext-domain="systemd">Create a home area</description>
c4ad7f83 14 <message gettext-domain="systemd">Authentication is required to create a user's home area.</message>
70a5db58
LP
15 <defaults>
16 <allow_any>auth_admin_keep</allow_any>
17 <allow_inactive>auth_admin_keep</allow_inactive>
18 <allow_active>auth_admin_keep</allow_active>
19 </defaults>
20 </action>
21
22 <action id="org.freedesktop.home1.remove-home">
18143cd7 23 <description gettext-domain="systemd">Remove a home area</description>
c4ad7f83 24 <message gettext-domain="systemd">Authentication is required to remove a user's home area.</message>
70a5db58
LP
25 <defaults>
26 <allow_any>auth_admin_keep</allow_any>
27 <allow_inactive>auth_admin_keep</allow_inactive>
28 <allow_active>auth_admin_keep</allow_active>
29 </defaults>
30 </action>
31
32 <action id="org.freedesktop.home1.authenticate-home">
18143cd7 33 <description gettext-domain="systemd">Check credentials of a home area</description>
15f73764 34 <message gettext-domain="systemd">Authentication is required to check credentials against a user's home area.</message>
70a5db58
LP
35 <defaults>
36 <allow_any>auth_admin_keep</allow_any>
37 <allow_inactive>auth_admin_keep</allow_inactive>
38 <allow_active>auth_admin_keep</allow_active>
39 </defaults>
40 </action>
41
42 <action id="org.freedesktop.home1.update-home">
18143cd7 43 <description gettext-domain="systemd">Update a home area</description>
c4ad7f83 44 <message gettext-domain="systemd">Authentication is required to update a user's home area.</message>
70a5db58
LP
45 <defaults>
46 <allow_any>auth_admin_keep</allow_any>
47 <allow_inactive>auth_admin_keep</allow_inactive>
48 <allow_active>auth_admin_keep</allow_active>
49 </defaults>
50 </action>
51
52 <action id="org.freedesktop.home1.resize-home">
18143cd7 53 <description gettext-domain="systemd">Resize a home area</description>
c4ad7f83 54 <message gettext-domain="systemd">Authentication is required to resize a user's home area.</message>
70a5db58
LP
55 <defaults>
56 <allow_any>auth_admin_keep</allow_any>
57 <allow_inactive>auth_admin_keep</allow_inactive>
58 <allow_active>auth_admin_keep</allow_active>
59 </defaults>
60 </action>
61
62 <action id="org.freedesktop.home1.passwd-home">
18143cd7 63 <description gettext-domain="systemd">Change password of a home area</description>
c4ad7f83 64 <message gettext-domain="systemd">Authentication is required to change the password of a user's home area.</message>
70a5db58
LP
65 <defaults>
66 <allow_any>auth_admin_keep</allow_any>
67 <allow_inactive>auth_admin_keep</allow_inactive>
68 <allow_active>auth_admin_keep</allow_active>
69 </defaults>
70 </action>
71
72</policyconfig>