mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
image-desc: Use unsigned format for userns
It uses ns->id Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
af5a6b52cb
commit
582f104d04
@ -96,7 +96,7 @@ struct cr_fd_desc_tmpl imgset_template[CR_FD_MAX] = {
|
||||
FD_ENTRY(TIMERFD, "timerfd"),
|
||||
FD_ENTRY(CPUINFO, "cpuinfo"),
|
||||
FD_ENTRY(SECCOMP, "seccomp"),
|
||||
FD_ENTRY(USERNS, "userns-%d"),
|
||||
FD_ENTRY(USERNS, "userns-%u"),
|
||||
FD_ENTRY(NETNF_CT, "netns-ct-%d"),
|
||||
FD_ENTRY(NETNF_EXP, "netns-exp-%d"),
|
||||
FD_ENTRY(FILES, "files"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user