summarylogtreecommitdiffstats
path: root/org.freedesktop.xampp-manager.policy
diff options
context:
space:
mode:
Diffstat (limited to 'org.freedesktop.xampp-manager.policy')
-rw-r--r--org.freedesktop.xampp-manager.policy20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.freedesktop.xampp-manager.policy b/org.freedesktop.xampp-manager.policy
new file mode 100644
index 000000000000..9d027f53cc01
--- /dev/null
+++ b/org.freedesktop.xampp-manager.policy
@@ -0,0 +1,20 @@
+<?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.freedesktop.xampp-manager">
+ <description>Run XAMPP Manager</description>
+ <message>Authentication is required to run XAMPP Manager</message>
+ <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">/opt/lampp/manager-linux.run</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">TRUE</annotate>
+ </action>
+
+</policyconfig>