mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-22 15:47:55 +00:00
Skip directories on any error during /proc/sys traversal (race conditions, permission denied, etc.) to provide partial completion results rather than failing completely. Use filepath.WalkDir for better performance. Fixes: #27252 Signed-off-by: Jan Rodák <hony.com@seznam.cz> |
||
|---|---|---|
| .. | ||
| build.go | ||
| completion.go | ||
| completion_test.go | ||
| create.go | ||
| create_opts.go | ||
| create_test.go | ||
| default.go | ||
| inspect.go | ||
| netflags.go | ||
| registries.go | ||
| sign.go | ||
| term.go | ||