diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-05-21 18:58:15 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-05-21 18:58:15 +0200 |
| commit | 0eccfe3ef3ca602212667f339440d77c13d757b1 (patch) | |
| tree | 7fe3f3cf865b57e85150b346e412c89bf4c97303 /org.freedesktop.timedate1.policy | |
| parent | 81232f61046f3c571efea335f52680d6a603c8d7 (diff) | |
| download | slack-timedate-0eccfe3ef3ca602212667f339440d77c13d757b1.tar.gz | |
Split the data and sources
Diffstat (limited to 'org.freedesktop.timedate1.policy')
| -rw-r--r-- | org.freedesktop.timedate1.policy | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/org.freedesktop.timedate1.policy b/org.freedesktop.timedate1.policy deleted file mode 100644 index a3b1dc5..0000000 --- a/org.freedesktop.timedate1.policy +++ /dev/null @@ -1,41 +0,0 @@ -<?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> - <vendor>slack-timedate</vendor> - - <action id="org.freedesktop.timedate1.set-time"> - <message>Changes the system clock</message> - <defaults> - <allow_any>auth_admin_keep</allow_any> - <allow_inactive>auth_admin_keep</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - </action> - - <action id="org.freedesktop.timedate1.set-timezone"> - <message>Sets the system timezone</message> - <defaults> - <allow_any>auth_admin_keep</allow_any> - <allow_inactive>auth_admin_keep</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - </action> - - <action id="org.freedesktop.timedate1.set-local-rtc"> - <message>Controls whether the RTC is in local time or UTC</message> - <defaults> - <allow_any>auth_admin_keep</allow_any> - <allow_inactive>auth_admin_keep</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - </action> - - <action id="org.freedesktop.timedate1.set-ntp"> - <message>Controls whether the system clock is synchronized with the network</message> - <defaults> - <allow_any>auth_admin_keep</allow_any> - <allow_inactive>auth_admin_keep</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - </action> -</policyconfig> |
