summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in
blob: 6f93f7bf93ffb89c896e82e1a4f02c1a88b1d3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>