What's wrong with this entry?
Infrastructure for capping bridge sessions to a maximum runtime of 24 hours in privileged namespaces.
Stubbed — the check variable is hardcoded to false (!1), so the cap never activates.
- When enabled, sessions would log "Session capped to 24h in this namespace (privileged namespace policy)" and automatically shut down after the timeout
- Applies to both standalone bridge mode and REPL bridge sessions
- On expiry, logs "Maximum runtime reached, shutting down…" and aborts the session
Session cap infrastructure (hardcoded to !1, search for "Session capped to 24h")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.