]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/org.freedesktop.home1.policy
homed: make it easier to run multiple instances of homed
[thirdparty/systemd.git] / src / home / org.freedesktop.home1.policy
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">
13 <description gettext-domain="systemd">Create a home area</description>
14 <message gettext-domain="systemd">Authentication is required to create a user's home area.</message>
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">
23 <description gettext-domain="systemd">Remove a home area</description>
24 <message gettext-domain="systemd">Authentication is required to remove a user's home area.</message>
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">
33 <description gettext-domain="systemd">Check credentials of a home area</description>
34 <message gettext-domain="systemd">Authentication is required to check credentials against a user's home area.</message>
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">
43 <description gettext-domain="systemd">Update a home area</description>
44 <message gettext-domain="systemd">Authentication is required to update a user's home area.</message>
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">
53 <description gettext-domain="systemd">Resize a home area</description>
54 <message gettext-domain="systemd">Authentication is required to resize a user's home area.</message>
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">
63 <description gettext-domain="systemd">Change password of a home area</description>
64 <message gettext-domain="systemd">Authentication is required to change the password of a user's home area.</message>
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>