fix url to gitweb repo
[systembsd.git] / conf / polkit-policy / org.freedesktop.locale1.policy
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN" "http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
3
4 <policyconfig>
5 <vendor>OpenBSD</vendor>
6 <vendor_url>https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git</vendor_url> <!-- TODO change or redirect this URL when we rebase -->
7
8 <action id="org.freedesktop.locale1.set-locale">
9 <description>Set system's locale.</description>
10 <message>Setting the system's locale requires authentication.</message>
11 <defaults>
12 <allow_any>auth_admin_keep</allow_any>
13 <allow_inactive>auth_admin_keep</allow_inactive>
14 <allow_active>auth_admin_keep</allow_active>
15 </defaults>
16 </action>
17
18 <action id="org.freedesktop.locale1.set-keyboard">
19 <description>Set Xorg keymap.</description>
20 <message>Setting Xorg's keymap requires authentication.</message>
21 <defaults>
22 <allow_any>auth_admin_keep</allow_any>
23 <allow_inactive>auth_admin_keep</allow_inactive>
24 <allow_active>auth_admin_keep</allow_active>
25 </defaults>
26 </action>
27 </policyconfig>