summaryrefslogtreecommitdiff
path: root/frontend/gui/org.redcorelinux.sisyphus-gui.policy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-12 02:41:32 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-12 02:41:32 +0100
commitbc02c657543a7d2be99ffbec9d002d698941f56f (patch)
tree14c405f483dd8eeec607505fae5713b9a3b6788c /frontend/gui/org.redcorelinux.sisyphus-gui.policy
parent8551f92e8f3f0cb51162635004e7b5ef86fb3e3e (diff)
merge epkg into sisyphus : from now on sisyphus-cli will be the CLI frontend (old epkg) && sisyphus-gui will be the GUI frontend ;; the backend libsisyphus.sh will be ported to python as well
Diffstat (limited to 'frontend/gui/org.redcorelinux.sisyphus-gui.policy')
-rw-r--r--frontend/gui/org.redcorelinux.sisyphus-gui.policy22
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/gui/org.redcorelinux.sisyphus-gui.policy b/frontend/gui/org.redcorelinux.sisyphus-gui.policy
new file mode 100644
index 0000000..811c348
--- /dev/null
+++ b/frontend/gui/org.redcorelinux.sisyphus-gui.policy
@@ -0,0 +1,22 @@
+<?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>Redcore Linux</vendor>
+ <vendor_url>http://redcorelinux.org</vendor_url>
+
+ <action id="org.redcorelinux.sisyphus.pkexec.run">
+ <description>Run Sisyphus</description>
+ <message>Authentication is required to run Sisyphus</message>
+ <icon_name>redcore-logo</icon_name>
+ <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/sisyphus-gui</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+</policyconfig>