[CRIU] [PATCH] crit: Add userns handler

Cyrill Gorcunov gorcunov at openvz.org
Mon Oct 19 09:07:37 PDT 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 pycriu/images/images.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pycriu/images/images.py b/pycriu/images/images.py
index 47b0aef4e09d..5e0ad6908fee 100644
--- a/pycriu/images/images.py
+++ b/pycriu/images/images.py
@@ -303,7 +303,8 @@ handlers = {
 	'IPCNS_SHM'		: entry_handler(ipc_shm_entry),
 	'IPCNS_SEM'		: entry_handler(ipc_sem_entry),
 	'IPCNS_MSG'		: entry_handler(ipc_msg_entry),
-	'NETNS'			: entry_handler(netns_entry)
+	'NETNS'			: entry_handler(netns_entry),
+	'USERNS'		: entry_handler(userns_entry)
 	}
 
 def __rhandler(f):
-- 
2.4.3



More information about the CRIU mailing list