diff options
author | Dan Mashal <[email protected]> | 2012-11-24 08:32:40 -0800 |
---|---|---|
committer | Dan Mashal <[email protected]> | 2012-11-24 08:32:40 -0800 |
commit | c7d634acd12814a1fe298118e65f1c688b3a9f74 (patch) | |
tree | 2425c3cb4d9c33a2678de7ec1ae8d0dd16ebb7a0 | |
parent | 258f92953949ebd7ebca3bd34df973099b24f4dd (diff) | |
download | mate-settings-daemon-c7d634acd12814a1fe298118e65f1c688b3a9f74.tar.bz2 mate-settings-daemon-c7d634acd12814a1fe298118e65f1c688b3a9f74.tar.xz |
really fix CVE2012-5560
-rw-r--r-- | plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in b/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in index 3fb688e..4eecfd6 100644 --- a/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in +++ b/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in @@ -13,7 +13,7 @@ <_message>Privileges are required to change the system time zone.</_message> <defaults> <allow_inactive>no</allow_inactive> - <allow_active>auth_self_keep</allow_active> + <allow_active>auth_admin_keep</allow_active> </defaults> </action> |