aboutsummaryrefslogtreecommitdiff
path: root/debian/contrib/org.debian.pkexec.gnunet-setup.policy
blob: 2dfa2881506b4e3625f62e426c9227f416a23d05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>

  <action id="org.debian.pkexec.gnunet-setup.run">
    <description>Run gnunet-setup as user gnunet</description>
    <description xml:lang="fr">Lancement de gnunet-setup en tant qu'utilisateur gnunet</description>
    <message>Authentication is required to configure GNUnet</message>
    <message xml:lang="fr">L'authentification est indispensable pour la configuration de GNUnet</message>
    <defaults>
      <allow_any>no</allow_any>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gnunet-setup</annotate>
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  </action>

</policyconfig>