aboutsummaryrefslogtreecommitdiffstats
path: root/share/polkit-1/actions/org.mageia.isodumper.policy
blob: 03655f578bb1c37c47c7711c3e2cf3e7fbe2755e (plain)
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
<?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>Mageia</vendor>
 <vendor_url>http://mageia.org/</vendor_url>

 <action id="org.mageia.isodumper.pkexec.run">
    <description>Run Isodumper</description>
    <description xml:lang="fr">Exécuter Isodumper</description>
    <description xml:lang="ca">Isodumper</description>
    <description xml:lang="ru">Isodumper</description>
    <description xml:lang="sl">Isodumper</description>
    <description xml:lang="tr">Isodumper</description>
    <description xml:lang="uk">Isodumper</description>
    <message>Authentication is required to run Isodumper</message>
    <message xml:lang="fr">Une authentification est nécessaire pour exécuter IsoDumper</message>
    <message xml:lang="ca">Per a accedir al Isodumper cal autenticació</message>
    <icon_name>isodumper</icon_name>
    <defaults>
     <allow_any>no</allow_any>
     <allow_inactive>no</allow_inactive>
     <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/isodumper</annotate>
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
 </action>
</policyconfig>