summaryrefslogtreecommitdiffstats
path: root/gparted/org.archlinux.pkexec.gparted.policy
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-28 18:11:53 +0000
committerpiernov <piernov@piernov.org>2012-05-28 18:49:18 +0000
commiteb8dbbd6abf3eb7aa4e31b92243c99cc97cc6d1c (patch)
tree4276b2714c57150146e101138ec7d99ff7dc6c9c /gparted/org.archlinux.pkexec.gparted.policy
parent4f7eb8e497c56f39847e95a6e22b7ef721828100 (diff)
downloadnutyx-extra-eb8dbbd6abf3eb7aa4e31b92243c99cc97cc6d1c.tar.gz
nutyx-extra-eb8dbbd6abf3eb7aa4e31b92243c99cc97cc6d1c.tar.bz2
nutyx-extra-eb8dbbd6abf3eb7aa4e31b92243c99cc97cc6d1c.tar.xz
nutyx-extra-eb8dbbd6abf3eb7aa4e31b92243c99cc97cc6d1c.zip
gparted 0.12.1-1 màj port
Diffstat (limited to 'gparted/org.archlinux.pkexec.gparted.policy')
-rw-r--r--gparted/org.archlinux.pkexec.gparted.policy19
1 files changed, 19 insertions, 0 deletions
diff --git a/gparted/org.archlinux.pkexec.gparted.policy b/gparted/org.archlinux.pkexec.gparted.policy
new file mode 100644
index 000000000..6a58a64be
--- /dev/null
+++ b/gparted/org.archlinux.pkexec.gparted.policy
@@ -0,0 +1,19 @@
+<?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>
+
+ <action id="org.archlinux.pkexec.gparted">
+ <message>Authentication is required to run the GParted Partition Editor</message>
+ <icon_name>gparted</icon_name>
+ <defaults>
+ <allow_any>auth_admin</allow_any>
+ <allow_inactive>auth_admin</allow_inactive>
+ <allow_active>auth_admin</allow_active>
+ </defaults>
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
+</policyconfig>