-
Notifications
You must be signed in to change notification settings - Fork 15
/
com.univention.univention-domain-join.policy
29 lines (26 loc) · 1.32 KB
/
com.univention.univention-domain-join.policy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2017-2023 Univention GmbH
SPDX-License-Identifier: AGPL-3.0-only
-->
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>Univention GmbH</vendor>
<vendor_url>https://www.univention.com</vendor_url>
<action id="com.univention.univention-domain-join.pkexec.run">
<description>Run the Univention Domain Join program</description>
<description xml:lang="de">Ausführen von Univention Domain Join</description>
<message>Authentication is required to run Univention Domain Join (user=$(user), program=$(program), command_line=$(command_line))</message>
<message xml:lang="de">Um Univention Domain Join auszuführen, müssen Sie sich authentifizieren (user=$(user), program=$(program), command_line=$(command_line))</message>
<icon_name>univention-domain-join</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_self_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/univention-domain-join</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">yes</annotate>
</action>
</policyconfig>