]> git.ipfire.org Git - people/ms/network.git/blob - src/networkd/org.ipfire.network1.policy
Makefile: Fix typo in localstatedir
[people/ms/network.git] / src / networkd / org.ipfire.network1.policy
1 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
2 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
3 "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
4
5 <policyconfig>
6 <vendor>The IPFire Project</vendor>
7 <vendor_url>https://www.ipfire.org</vendor_url>
8
9 <action id="org.ipfire.network1.reload">
10 <description gettext-domain="systemd">Reload Network Settings</description>
11 <message gettext-domain="network">Authentication is required to reload network settings.</message>
12 <defaults>
13 <allow_any>auth_admin</allow_any>
14 <allow_inactive>auth_admin</allow_inactive>
15 <allow_active>auth_admin_keep</allow_active>
16 </defaults>
17 <annotate key="org.freedesktop.policykit.owner">unix-user:network</annotate>
18 </action>
19 </policyconfig>