mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 19:37:58 +02:00
Do not retrieve credential information from the wrong side of the connection.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61787 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
e53229e42c
commit
73df9770b3
1 changed files with 1 additions and 2 deletions
|
|
@ -1695,8 +1695,7 @@ _dbus_read_credentials_socket (int handle,
|
|||
_dbus_string_free(&buf);
|
||||
}
|
||||
|
||||
_dbus_credentials_add_from_current_process (credentials);
|
||||
_dbus_verbose("FIXME: get faked credentials from current process");
|
||||
_dbus_verbose("FIXME: fetch credentials from client connection\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue