automation-tests/pkg/rootless
Giuseppe Scrivano a94e625868
rootless: add fallback for renameat2 at runtime
the renameat2 syscall might be defined in the C library but lacking
support in the kernel.

In such case, let it fallback to open(O_CREAT)+rename as it does on
systems lacking the definition for renameat2.

Closes: https://github.com/containers/libpod/issues/4570

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-12-04 10:30:40 +01:00
..
rootless.go rootless: automatically recreate the pause.pid file 2019-10-09 16:02:21 +02:00
rootless_linux.c rootless: add fallback for renameat2 at runtime 2019-12-04 10:30:40 +01:00
rootless_linux.go rootless: do not enable lingering mode 2019-10-17 19:12:10 +02:00
rootless_unsupported.go rootless: do not enable lingering mode 2019-10-17 19:12:10 +02:00