aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polkit/org.mageia.isodumper.policy26
1 files changed, 0 insertions, 26 deletions
diff --git a/polkit/org.mageia.isodumper.policy b/polkit/org.mageia.isodumper.policy
deleted file mode 100644
index d9159b8..0000000
--- a/polkit/org.mageia.isodumper.policy
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>