1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-26 06:04:51 +02:00

Merge branch 'setuid-wording' into 'main'

gdbusaddress: setuid error message references AT_SECURE

Closes 

See merge request 
This commit is contained in:
Philip Withnall 2021-11-01 17:23:22 +00:00
commit 32b034a0aa

@ -1098,7 +1098,7 @@ get_session_address_dbus_launch (GError **error)
if (GLIB_PRIVATE_CALL (g_check_setuid) ()) if (GLIB_PRIVATE_CALL (g_check_setuid) ())
{ {
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
_("Cannot spawn a message bus when setuid")); _("Cannot spawn a message bus when AT_SECURE is set"));
goto out; goto out;
} }