mirror of
https://github.com/containers/podman.git
synced 2026-02-15 08:41:39 -05:00
- remove old CLI validation that only checked --pod flag - add validation in namespaces.go to catch all paths (cli, quadlet, api) - block userns mixing for all pods with infra, not just ipc/net - update error message to be clearer - fix test cleanup to use PodmanExitCleanly() - use dynamic pod names in system tests to avoid conflicts fixes #26848 Signed-off-by: 0xdvc <neilohene@gmail.com> <MH: Fixed cherry-pick conflicts> Signed-off-by: Matt Heon <matthew.heon@pm.me>