Aleksa Sarai
627054d246
lint/revive: add package doc comments
...
This silences all of the "should have a package comment" lint warnings
from golangci-lint.
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com >
2025-10-03 15:17:43 +10:00
Kir Kolyshkin
491326cdeb
int/linux: add/use Recvfrom
...
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-26 14:16:53 -07:00
Kir Kolyshkin
e655abc0da
int/linux: add/use Dup3, Open, Openat
...
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-26 14:16:53 -07:00
Kir Kolyshkin
c690b66d7f
int/linux: add/use Exec
...
Drop the libcontainer/system/exec, and use the linux.Exec instead.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-26 14:16:53 -07:00
Kir Kolyshkin
431b8bb4d8
int/linux: add/use Getwd
...
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-26 14:16:53 -07:00
Kir Kolyshkin
8cc1eb379b
Introduce and use internal/linux
...
This package is to provide unix.* wrappers to ensure that:
- they retry on EINTR;
- a "rich" error is returned on failure.
A first such wrapper, Sendmsg, is introduced.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2025-03-26 14:16:50 -07:00