File: net.openvpn.openvpn3-client.policy

package info (click to toggle)
openvpn3-client 24.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,384 kB
  • sloc: cpp: 180,128; python: 11,591; ansic: 1,878; sh: 1,767; java: 402; lisp: 81; makefile: 44
file content (62 lines) | stat: -rw-r--r-- 2,737 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?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.freedesktop.network1.set-dns-servers">
    <description gettext-domain="systemd">Set DNS servers</description>
      <message gettext-domain="systemd">Authentication is required to set DNS servers.</message>
      <defaults>
        <allow_any>auth_admin</allow_any>
        <allow_inactive>auth_admin</allow_inactive>
        <allow_active>auth_admin_keep</allow_active>
      </defaults>
      <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-network</annotate>
  </action>

  <action id="org.freedesktop.network1.set-domains">
    <description gettext-domain="systemd">Set domains</description>
    <message gettext-domain="systemd">Authentication is required to set domains.</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-network</annotate>
  </action>

  <action id="org.freedesktop.network1.set-default-route">
    <description gettext-domain="systemd">Set default route</description>
    <message gettext-domain="systemd">Authentication is required to set default route.</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-network</annotate>
  </action>

  <action id="org.freedesktop.network1.revert-ntp">
    <description gettext-domain="systemd">Revert NTP settings</description>
    <message gettext-domain="systemd">Authentication is required to reset NTP settings.</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-network</annotate>
  </action>

  <action id="org.freedesktop.network1.revert-dns">
    <description gettext-domain="systemd">Revert DNS settings</description>
    <message gettext-domain="systemd">Authentication is required to reset DNS settings.</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.owner">unix-user:systemd-network</annotate>
  </action>

</policyconfig>