diff options
author | infirit <[email protected]> | 2014-11-25 12:58:03 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-25 12:58:03 +0100 |
commit | 56de1bc5727df80bc5f40e44d8df96eee81269ea (patch) | |
tree | 09f3b2419aff43e2e64f9aeb75d92433b3da73fa /cpufreq/src/cpufreq-selector | |
parent | 0cfae7c76601fd4f863c150b50c6cfd41b9ad7f2 (diff) | |
download | mate-applets-56de1bc5727df80bc5f40e44d8df96eee81269ea.tar.bz2 mate-applets-56de1bc5727df80bc5f40e44d8df96eee81269ea.tar.xz |
cpufreq: Fix 'allow' directives must always specify a 'send_destination'
Closes #46
Diffstat (limited to 'cpufreq/src/cpufreq-selector')
-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> |