summarylogtreecommitdiffstats
path: root/com.ubuntu.indicator.policy.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'com.ubuntu.indicator.policy.in.patch')
-rw-r--r--com.ubuntu.indicator.policy.in.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/com.ubuntu.indicator.policy.in.patch b/com.ubuntu.indicator.policy.in.patch
new file mode 100644
index 000000000000..f6b356b5d398
--- /dev/null
+++ b/com.ubuntu.indicator.policy.in.patch
@@ -0,0 +1,60 @@
+--- indicator_cpufreq/com.ubuntu.indicatorcpufreq.policy.in 2014-12-27 02:48:58.330816000 +0900
++++ indicator_cpufreq/com.ubuntu.indicatorcpufreq.policy.in 2014-12-27 02:29:19.809678757 +0900
+@@ -13,13 +13,55 @@
+ <vendor_url>https://launchpad.net/indicator-cpufreq</vendor_url>
+ <icon_name>indicator-cpufreq</icon_name>
+
++ <action id="com.ubuntu.indicatorcpufreqselector.setthrottle">
++ <_description>Change device powersaving settings</_description>
++ <_message>System policy prevents you from changing system throttle.</_message>
++
++ <defaults>
++ <allow_inactive>no</allow_inactive>
++ <allow_active>yes</allow_active>
++ </defaults>
++ </action>
++
+ <action id="com.ubuntu.indicatorcpufreqselector.setfrequencyscaling">
+ <_description>Change CPU frequency scaling</_description>
+ <_message>System policy prevents you from changing CPU frequency scaling.</_message>
+
+ <defaults>
+ <allow_inactive>no</allow_inactive>
+- <allow_active>auth_admin_keep</allow_active>
++ <allow_active>yes</allow_active>
++ </defaults>
++ </action>
++
++ <action id="com.ubuntu.indicatorcpufreqselector.setpsturbo">
++ <_description>Change Intel P-State Turbo settings</_description>
++ <_message>System policy prevents you from changing P-State Turbo.</_message>
++
++ <defaults>
++ <allow_inactive>no</allow_inactive>
++ <allow_active>yes</allow_active>
++ </defaults>
++ </action>
++
++ <action id="com.ubuntu.indicatorcpufreqselector.sethyperthreads">
++ <_description>Change hyperthreading settings</_description>
++ <_message>System policy prevents you from changing hyperthreading.</_message>
++
++ <defaults>
++ <allow_inactive>no</allow_inactive>
++ <allow_active>yes</allow_active>
+ </defaults>
+ </action>
++
++ <action id="com.ubuntu.indicatorcpufreqselector.setgputhrottle">
++ <_description>Change GPU throttle settings</_description>
++ <_message>System policy prevents you from changing GPU throttle.</_message>
++
++ <defaults>
++ <allow_inactive>no</allow_inactive>
++ <allow_active>yes</allow_active>
++ </defaults>
++ </action>
++
++
+ </policyconfig>
+