dot/.local/share/gnome-shell/extensions/cpupower@mko-sl.de/data/mko.cpupower.policy.in

24 lines
1.1 KiB
XML

<?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>MKO Systems</vendor>
<vendor_url>http://mko-sl.de</vendor_url>
<action id="{{ID}}">
<description>Set a new CPU Frequency to intel_pstate</description>
<description xml:lang="de">Neue CPU-Frequenzgrenzen an intel_pstate senden</description>
<message>No Authorization required to set frequency bounds.</message>
<message xml:lang="de">Keine Autorisierung zum Setzen der Frequenzgrenzen 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="mko.cpupower.polkit-rule.version">3.0.0</annotate>
</action>
</policyconfig>