Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpod: ensure we are not killed during netns creation
When we are killed during netns setup it will leak the netns path as it was not commited in the db. This is rather common if you run systemctl stop on a podman systemd unit. Of course we cannot protect against SIGKILL but in systemd case we get SIGTERM and we really should not exit in a critical section like this. Fixes #24044 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information