summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.riseupvpn.policy
blob: 3bdf06a6c88aad19a2f875ce0511bd9bd773f9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.riseupvpn.policy">
    <description>Runs bitmask helper to launch firewall and openvpn (RiseupVPN)</description>
    <description xml:lang="es">Ejecuta el asistente de bitmask para lanzar el firewall y openvpn (RiseupVPN)</description>
    <message>RiseupVPN needs that you authenticate to start</message>
    <message xml:lang="es">RiseupVPN 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">/snap/bin/riseup-vpn.bitmask-root</annotate>
  </action>
</policyconfig>