-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtr.org.pardus.pkexec.pardus-image-writer.policy
50 lines (44 loc) · 2.22 KB
/
tr.org.pardus.pkexec.pardus-image-writer.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
<?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/policyconfig.dtd">
<policyconfig>
<vendor>Pardus Developers</vendor>
<vendor_url>http://www.pardus.org.tr/</vendor_url>
<action id="tr.org.pardus.pkexec.pardus-image-writer-dd-mode">
<description>Run FlashTool</description>
<message>Authentication is required to run Pardus Image Writer</message>
<message xml:lang="tr">Pardus Disk Kalıbı Yazıcı için yetkilendirme gerekiyor</message>
<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-image-writer/src/ImageWriter.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="tr.org.pardus.pkexec.pardus-image-writer-iso-mode">
<description>Run FlashTool</description>
<message>Authentication is required to run Pardus Image Writer</message>
<message xml:lang="tr">Pardus Disk Kalıbı Yazıcı için yetkilendirme gerekiyor</message>
<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-image-writer/src/ISOCopier.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="tr.org.pardus.pkexec.pardus-image-writer-kill">
<description>Run FlashTool</description>
<message>Authentication is required to run Pardus Image Writer</message>
<message xml:lang="tr">Pardus Disk Kalıbı Yazıcı için yetkilendirme gerekiyor</message>
<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/bin/kill</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>