Files
runc/libcontainer/utils
Aleksa Sarai e9665f4d60 init: don't special-case logrus fds
We close the logfd before execve so there's no need to special case it.
In addition, it turns out that (*os.File).Fd() doesn't handle the case
where the file was closed and so it seems suspect to use that kind of
check.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2024-01-24 00:10:59 +11:00
..
2021-09-07 12:38:12 +02:00
2021-11-29 19:21:26 -08:00