diff options
Diffstat (limited to 'raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in')
| -rw-r--r-- | raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in new file mode 100644 index 0000000..6f93f7b --- /dev/null +++ b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in @@ -0,0 +1,20 @@ +<?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>Shutdown Timer</vendor> + <vendor_url>https://github.com/Deminder/ShutdownTimer</vendor_url> + + <action id="{{ACTION_ID}}"> + <description>Control shutdown and rtc wake alarm schedule</description> + <description xml:lang="de">Steuerung des Ausschalt-Planers und des RTC-Weck-Alarms</description> + <message>No Authorization required to control shutdown or rtc wake alarm.</message> + <message xml:lang="de">Keine Autorisierung zur Steuerung des Ausschalt-Planers oder RTC-Weck-Alarms notwendig.</message> + <defaults> + <allow_any>yes</allow_any> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">{{PATH}}</annotate> + <annotate key="{{ACTION_BASE}.polkit-rule.version">3.0.0</annotate> + </action> +</policyconfig> |