summaryrefslogtreecommitdiff
path: root/community/ettercap/org.archlinux.pkexec.ettercap.policy
diff options
context:
space:
mode:
Diffstat (limited to 'community/ettercap/org.archlinux.pkexec.ettercap.policy')
-rw-r--r--community/ettercap/org.archlinux.pkexec.ettercap.policy27
1 files changed, 14 insertions, 13 deletions
diff --git a/community/ettercap/org.archlinux.pkexec.ettercap.policy b/community/ettercap/org.archlinux.pkexec.ettercap.policy
index 101b11a0f..7908d7232 100644
--- a/community/ettercap/org.archlinux.pkexec.ettercap.policy
+++ b/community/ettercap/org.archlinux.pkexec.ettercap.policy
@@ -1,18 +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">
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
-<action id="com.archlinux.pkexec.ettercap">
-<message gettext-domain="ettercap"> Authentication is required to run the Ettercap</message>
-<icon_name>ettercap</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/bin/ettercap.elf</annotate>
-<annotate key="org.freedesktop.policykit.exec.allow_gui">true< /annotate>
-</action>
+ <action id="org.archlinux.pkexec.ettercap">
+ <message>Authentication is required to run Ettercap</message>
+ <icon_name>ettercap</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/bin/ettercap.elf</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
</policyconfig>