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:
committed by
Andrei Vagin
parent
99c8487837
commit
4e7ec3c88b
@@ -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(),
|
||||
|
Reference in New Issue
Block a user