Skip to content
Snippets Groups Projects
Commit 82cafe55 authored by Simon McVittie's avatar Simon McVittie Committed by Simon McVittie
Browse files

gdbus-peer: Specifically listen on 127.0.0.1


This bypasses any issues we might have with containers where IPv6 is
returned by name resolution (particularly since GNOME/glib!616) but
doesn't necessarily actually work.

This comes at a minor test-coverage cost: we don't test GDBusServer's
default behaviour when told to listen on "tcp:" or "nonce-tcp:", and
on systems where IPv6 is available, we don't test it. If we want to
do those, we should perhaps do them in separate tests, and disable
those tests when binding to ::1 doesn't work.

Mitigates: GNOME/glib#1912
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>


(cherry picked from commit 7021b84f)
parent 0a019869
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment