2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 00:35:23 +00:00

pidns: add pidns image file definition

TODO: create correct magic

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2020-05-05 14:53:08 +00:00
committed by Andrei Vagin
parent 99c8487837
commit 4e7ec3c88b
8 changed files with 12 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ handlers = {
'CREDS': entry_handler(pb.creds_entry),
'UTSNS': entry_handler(pb.utsns_entry),
'TIMENS': entry_handler(pb.timens_entry),
'PIDNS': entry_handler(pb.pidns_entry),
'IPC_VAR': entry_handler(pb.ipc_var_entry),
'FS': entry_handler(pb.fs_entry),
'GHOST_FILE': ghost_file_handler(),