diff options
Diffstat (limited to 'cpufreq/src')
-rw-r--r-- | cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf index c4b27a23..4374b8a3 100644 --- a/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf +++ b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf @@ -9,11 +9,11 @@ <!-- Only root can own the service --> <policy user="root"> <allow own="org.mate.CPUFreqSelector"/> - <allow send_interface="org.mate.CPUFreqSelector"/> + <allow send_destination="org.mate.CPUFreqSelector"/> </policy> <policy context="default"> - <allow send_interface="org.mate.CPUFreqSelector"/> + <allow send_destination="org.mate.CPUFreqSelector"/> </policy> </busconfig> |