mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
The EnterNamespace= feature currently doesn't work if the debuginfo is separated from the crashing binary. Until that's resolved, let's run the test only if the test binary has embedded debuginfo (.debug_info section; e.g. when systemd is built without WITH_DEBUG=1) or it contains MiniDebugInfo (.gnu_debugdata section; default on Fedora and CentOS). See: https://github.com/systemd/systemd/pull/39268#issuecomment-3390745718