hal: Branch 'hal-0_5_9-branch'
David Zeuthen
david at kemper.freedesktop.org
Wed Apr 4 22:05:09 PDT 2007
hald/hald_dbus.c | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree 7ce45a77001031a0d7777d7e1e5269256791b6f1 (from 3ede8e2ce38e48ba7c292ed17d348f6e810db2c1)
Author: David Zeuthen <davidz at redhat.com>
Date: Thu Apr 5 01:04:53 2007 -0400
fix a potential crasher
diff --git a/hald/hald_dbus.c b/hald/hald_dbus.c
index 90dc9f7..5078c43 100644
--- a/hald/hald_dbus.c
+++ b/hald/hald_dbus.c
@@ -2161,6 +2161,7 @@ device_is_caller_locked_out (DBusConnect
/* only allow HAL helpers / privileged users to ask this question */
if (!local_interface && !access_check_message_caller_is_root_or_hal (ci_tracker, message)) {
raise_permission_denied (connection, message, "IsCallerLockedOut: not privileged");
+ return DBUS_HANDLER_RESULT_HANDLED;
}
dbus_error_init (&error);
More information about the hal-commit
mailing list