-
Notifications
You must be signed in to change notification settings - Fork 17
/
tr.org.pardus.pkexec.pardus-software.policy
executable file
·65 lines (59 loc) · 3.13 KB
/
tr.org.pardus.pkexec.pardus-software.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>
<vendor>Pardus Developers</vendor>
<vendor_url>https://www.pardus.org.tr</vendor_url>
<action id="tr.org.pardus.pkexec.pardus-software-action">
<description>Pardus Software Center Authentication</description>
<message>Authentication is required for Pardus Software Center</message>
<message xml:lang="tr">Pardus Yazılım Merkezi için yetkilendirme gerekiyor</message>
<icon_name>preferences-system</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/pardus/pardus-software/src/Actions.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="tr.org.pardus.pkexec.pardus-software-sysaction">
<description>Pardus Software Center Authentication</description>
<message>Authentication is required for Pardus Software Center</message>
<message xml:lang="tr">Pardus Yazılım Merkezi için yetkilendirme gerekiyor</message>
<icon_name>preferences-system</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/pardus/pardus-software/src/SysActions.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="tr.org.pardus.pkexec.pardus-software-autoaptupdateaction">
<description>Pardus Software Center Authentication</description>
<message>Authentication is required for Pardus Software Center</message>
<message xml:lang="tr">Pardus Yazılım Merkezi için yetkilendirme gerekiyor</message>
<icon_name>preferences-system</icon_name>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/pardus/pardus-software/src/AutoAptUpdate.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="tr.org.pardus.pkexec.pardus-software-groupaction">
<description>Pardus Software Center Authentication</description>
<message>Authentication is required for Pardus Software Center</message>
<message xml:lang="tr">Pardus Yazılım Merkezi için yetkilendirme gerekiyor</message>
<icon_name>preferences-system</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/pardus/pardus-software/src/Group.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>