diff options
Diffstat (limited to 'polkit/org.mageia.isodumper.policy.in')
-rw-r--r-- | polkit/org.mageia.isodumper.policy.in | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/polkit/org.mageia.isodumper.policy.in b/polkit/org.mageia.isodumper.policy.in index 749aa6f..12a6fdc 100644 --- a/polkit/org.mageia.isodumper.policy.in +++ b/polkit/org.mageia.isodumper.policy.in @@ -1,22 +1,26 @@ <?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"> + "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" + "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> <policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://mageia.org/</vendor_url> - - <action id="org.mageia.isodumper.pkexec.run"> - <_description>Run Isodumper</_description> - <_message>Authentication is required to run Isodumper</_message> - <icon_name>isodumper</icon_name> + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + <action id="org.mageia.Magiback.Isodumper.write"> + <description>Isodumper</description> + <_message>Isodumper requesting write access</_message> <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> + <allow_any>auth_admin</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>
\ No newline at end of file + </action> + <action id="org.mageia.Magiback.write"> + <description>Manatools</description> + <_message>Manatools requesting write access</_message> + <defaults> + <allow_any>auth_admin</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + </action> +</policyconfig> |