mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-05 07:27:03 +08:00
libcontainer/userns: migrate to github.com/moby/sys/userns
The userns package was moved to the moby/sys/userns module
at commit 3778ae603c
.
This patch deprecates the old location, and adds it as an alias
for the moby/sys/userns package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:

committed by
lfbzhm

parent
8bf5f0d441
commit
9b60a93cf3
8
vendor/github.com/moby/sys/userns/userns_linux_fuzzer.go
generated
vendored
Normal file
8
vendor/github.com/moby/sys/userns/userns_linux_fuzzer.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build linux && gofuzz
|
||||
|
||||
package userns
|
||||
|
||||
func FuzzUIDMap(uidmap []byte) int {
|
||||
_ = uidMapInUserNS(string(uidmap))
|
||||
return 1
|
||||
}
|
Reference in New Issue
Block a user