aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2018-04-22 19:02:46 +0200
committerPapoteur <papoteur@mageialinux-online.org>2018-04-22 19:06:03 +0200
commit7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321 (patch)
treedcf2ed73cbc5c2ed15887d0e8a54d3c9cac4df79
parentd38be013458985c5bcb2710c02d8e6a3b412c33e (diff)
downloadisodumper-7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321.tar
isodumper-7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321.tar.gz
isodumper-7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321.tar.bz2
isodumper-7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321.tar.xz
isodumper-7b46ee89ab07f3e1b7756d2adb59c39ec8d4e321.zip
Suppress file built from .in file
-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>