aboutsummaryrefslogtreecommitdiffstats
path: root/extras/org.freedesktop.policykit.pkexec.policy
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo@mageia.org>2013-01-03 15:26:29 +0000
committerMatteo Pasotti <matteo@mageia.org>2013-01-03 15:26:29 +0000
commit92f74ef05e4e96d4707b5bfa695e7de278538e74 (patch)
tree5ec87c4aabf01767f2b3128b91e306f9c6f91bdc /extras/org.freedesktop.policykit.pkexec.policy
parent1a8ff899ab93feecbb1c99c003a6650bab5b6baf (diff)
downloadmanatools-92f74ef05e4e96d4707b5bfa695e7de278538e74.tar
manatools-92f74ef05e4e96d4707b5bfa695e7de278538e74.tar.gz
manatools-92f74ef05e4e96d4707b5bfa695e7de278538e74.tar.bz2
manatools-92f74ef05e4e96d4707b5bfa695e7de278538e74.tar.xz
manatools-92f74ef05e4e96d4707b5bfa695e7de278538e74.zip
rename org.freedesktop.policykit.pkexec.policy --> org.freedesktop.policykit.pkexec.adminpanel.policy
Diffstat (limited to 'extras/org.freedesktop.policykit.pkexec.policy')
-rw-r--r--extras/org.freedesktop.policykit.pkexec.policy22
1 files changed, 0 insertions, 22 deletions
diff --git a/extras/org.freedesktop.policykit.pkexec.policy b/extras/org.freedesktop.policykit.pkexec.policy
deleted file mode 100644
index b110dba6..00000000
--- a/extras/org.freedesktop.policykit.pkexec.policy
+++ /dev/null
@@ -1,22 +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/policyconfig.dtd">
-<policyconfig>
-
- <vendor>APanel PolicyKit Configuration</vendor>
- <vendor_url>http://hal.freedesktop.org/docs/PolicyKit/</vendor_url>
-
- <action id="org.freedesktop.policykit.pkexec.run-apanel">
- <description>Allow APanel GUI</description>
- <message>Authentication is required to run the program apanel (user=$(user), program=$(program), command_line=$(command_line))</message>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/apanel.pl</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">TRUE</annotate>
- </action>
-
-</policyconfig>