-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapp.emelfm2.policy
More file actions
34 lines (31 loc) · 1.5 KB
/
Copy pathapp.emelfm2.policy
File metadata and controls
34 lines (31 loc) · 1.5 KB
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
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<policyconfig>
<vendor>EmelFM2 project</vendor>
<vendor_url>http://emelfm2.net</vendor_url>
<icon_name>emelfm2</icon_name>
<action id="app.emelfm2.beroot">
<description>Change user</description>
<description xml:lang="de">Change user</description>
<description xml:lang="fr">Changer l'utilisateur</description>
<description xml:lang="ja">Change user</description>
<description xml:lang="pl">Change user</description>
<description xml:lang="ru">Сменить пользователя</description>
<description xml:lang="zh_CN">Change user</description>
<message>What is the password of this user ?</message>
<message xml:lang="de">What is the password ?</message>
<message xml:lang="fr">Quel est le mot de passe ?</message>
<message xml:lang="ja">What is the password ?</message>
<message xml:lang="pl">What is the password ?</message>
<message xml:lang="ru">Введите пароль</message>
<message xml:lang="zh_CN">What is the password ?</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/local/bin/emelfm2</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>