remove unused header
[poetteringd.git] / data / org.freedesktop.timedate1.policy
blob96c9009cdb406cc61bd9523187ad911adf47aede
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
4 <policyconfig>
5 <vendor>OpenBSD</vendor>
6 <vendor_url>https://openbsd.org</vendor_url>
8 <action id="org.freedesktop.timedate1.set-time">
9 <description>Set system time</description>
10 <message>System policy prevents modifying the system time.</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>
18 <action id="org.freedesktop.timedate1.set-timezone">
19 <description>Set system timezone</description>
20 <message>System policy prevents modifying the system timezone.</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>
28 <action id="org.freedesktop.timedate1.set-local-rtc">
29 <description>Set system hardware clock to UTC or to the local timezone</description>
30 <message>System policy prevents modifying the system hardware clock settings.</message>
31 <defaults>
32 <allow_any>auth_admin_keep</allow_any>
33 <allow_inactive>auth_admin_keep</allow_inactive>
34 <allow_active>auth_admin_keep</allow_active>
35 </defaults>
36 </action>
38 <action id="org.freedesktop.timedate1.set-ntp">
39 <description>Enable or disable network time synchronization</description>
40 <message>System policy prevents modifying network time synchronization settings.</message>
41 <defaults>
42 <allow_any>auth_admin_keep</allow_any>
43 <allow_inactive>auth_admin_keep</allow_inactive>
44 <allow_active>auth_admin_keep</allow_active>
45 </defaults>
46 </action>
47 </policyconfig>