spiegel_podman/cmd
Paul Holzinger d20933df02
add missing O_CLOEXEC to open calls
The go std os package to will always make sure to use O_CLOEXEC, however
in cases where we directly call unix.Open() we need to pass that flag
explicitly.

I looked at this as there was a report of a leaked fd on the pasta list,
though I am not sure this will address it.

But anyway doing this should be rather safe and avoid leaks into other
processes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-04-02 15:06:37 +02:00
..
podman Merge pull request #28382 from himgov/issue/28369 2026-03-30 13:25:04 -04:00
podman-mac-helper enable gofumpt formatter 2025-11-11 12:32:46 +01:00
podman-testing vendor: update container-libs to pick up storage.conf rework 2026-03-19 21:48:48 +01:00
podman-wslkerninst enable gofumpt formatter 2025-11-11 12:32:46 +01:00
quadlet run modernize -fix ./... 2026-03-12 17:22:01 +01:00
rootlessport add missing O_CLOEXEC to open calls 2026-04-02 15:06:37 +02:00
winpath Fix GOOS=windows prealloc linter warnings 2026-02-11 11:41:11 -08:00