Commit 013b8494 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

crit: Add userns handler

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7a99e699
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment