aboutsummaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
Diffstat (limited to 'polkit')
-rw-r--r--polkit/org.mageia.isodumper.policy26
1 files changed, 26 insertions, 0 deletions
diff --git a/polkit/org.mageia.isodumper.policy b/polkit/org.mageia.isodumper.policy
new file mode 100644
index 0000000..d9159b8
--- /dev/null
+++ b/polkit/org.mageia.isodumper.policy
@@ -0,0 +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.0/policyconfig.dtd">
+<policyconfig>
+ <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>auth_admin</allow_any>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>auth_admin_keep</allow_active>
+ </defaults>
+ </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>