containerd/core/mount
Sebastiaan van Stijn 9776047243
migrate to github.com/moby/sys/userns
Commit 8437c567d8 migrated the use of the
userns package to the github.com/moby/sys/user module.

After further discussion with maintainers, it was decided to move the
userns package to a separate module, as it has no direct relation with
"user" operations (other than having "user" in its name).

This patch migrates our code to use the new module.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-08 12:48:54 +02:00
..
lookup_linux_test.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
lookup_unix.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
lookup_unsupported.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
losetup_linux_test.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
losetup_linux.go Remove internal LoopConfig struct 2024-02-13 11:49:28 +02:00
mount_freebsd.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
mount_idmapped_linux_test.go mv contrib/seccomp/kernelversion pkg/kernelversion 2024-01-24 19:03:53 +09:00
mount_idmapped_linux.go Refactor spots to make use of sys.IgnoringEintr 2024-04-10 11:24:01 -07:00
mount_linux_test.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
mount_linux.go migrate to github.com/moby/sys/userns 2024-08-08 12:48:54 +02:00
mount_test.go *: export RemoveVolatileOption for CRI image volumes 2024-05-30 09:56:37 +08:00
mount_unix.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
mount_unsupported.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
mount_windows.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
mount.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
mountinfo.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
temp_unix.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
temp_unsupported.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
temp.go *: export RemoveVolatileOption for CRI image volumes 2024-05-30 09:56:37 +08:00