diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf')
-rw-r--r-- | cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf new file mode 100644 index 00000000..c4b27a23 --- /dev/null +++ b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.conf @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE busconfig PUBLIC + "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> + +<busconfig> + + <!-- Only root can own the service --> + <policy user="root"> + <allow own="org.mate.CPUFreqSelector"/> + <allow send_interface="org.mate.CPUFreqSelector"/> + </policy> + + <policy context="default"> + <allow send_interface="org.mate.CPUFreqSelector"/> + </policy> + +</busconfig> + |