--- updates/3/dbus/current/SOURCES/10005-config-add-new-limit-pending_fd_timeout.patch 2014/11/10 20:17:09 796216 +++ updates/3/dbus/current/SOURCES/10005-config-add-new-limit-pending_fd_timeout.patch 2014/11/10 20:20:31 796217 @@ -76,7 +76,7 @@ @@ -428,6 +428,11 @@ bus_config_parser_new (const DBusString *basedir, * password) is allowed, then potentially it has to be quite long. */ - parser->limits.auth_timeout = 20000; /* 20 seconds */ + parser->limits.auth_timeout = 30000; /* 30 seconds */ + + /* Do not allow a fd to stay forever in dbus-daemon + * https://bugs.freedesktop.org/show_bug.cgi?id=80559