summaryrefslogtreecommitdiff
path: root/net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-14 06:41:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-14 06:41:36 +0000
commit1900a7850fa1e226743381d851a0a2b44173aea7 (patch)
treecf4e73493a8f41af76ba2fcc1fc726bd0dafe7e5 /net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy
parentd5a56d0a641e1643be1a6587c2757d4f4bf127c1 (diff)
net-firewall/ufw-frontends : revision bump
Diffstat (limited to 'net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy')
-rw-r--r--net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy b/net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy
new file mode 100644
index 00000000..7410debb
--- /dev/null
+++ b/net-firewall/ufw-frontends/files/org.gentoo.pkexec.ufw-gtk.policy
@@ -0,0 +1,21 @@
+<?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>Gentoo</vendor>
+ <vendor_url>http://www.gentoo.org/</vendor_url>
+
+ <action id="org.gentoo.pkexec.ufw-gtk">
+ <message>Authentication is required to run the ufw configuration tool</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">/usr/sbin/ufw-gtk</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
+</policyconfig>