diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-01 18:35:15 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-23 00:40:35 +0100 |
commit | 5103c1c46dadb15af0327c8069d4c321f4f93d4f (patch) | |
tree | 47e9745eab148a840c3ebbcc57e17bb9c139aeeb /src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy | |
parent | 9551ff71ce976f04e98f1c19c667bc5f9f402ae9 (diff) |
[feature] add install/uninstall command for helpers
Diffstat (limited to 'src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy')
-rw-r--r-- | src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy b/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy new file mode 100644 index 00000000..58fcaaa8 --- /dev/null +++ b/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy @@ -0,0 +1,23 @@ +<?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>LEAP Project</vendor> + <vendor_url>http://leap.se/</vendor_url> + + <action id="se.leap.bitmask.bundle.policy"> + <description>Runs bitmask helper to launch firewall and openvpn (bundle version)</description> + <description xml:lang="es">Ejecuta el asistente de bitmask para lanzar el firewall y openvpn (version bundle)</description> + <message>Bitmask needs that you authenticate to start</message> + <message xml:lang="es">Bitmask necesita autorizacion para comenzar</message> + <icon_name>package-x-generic</icon_name> + <defaults> + <allow_any>yes</allow_any> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/local/sbin/bitmask-root</annotate> + </action> +</policyconfig> |