crit: Show cpuinfo image

Reviewed-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2018-06-14 20:27:21 +03:00 committed by Pavel Emelyanov
parent f30f24a17e
commit 825ac61090

View file

@ -510,6 +510,7 @@ handlers = {
'SECCOMP' : entry_handler(seccomp_entry),
'AUTOFS' : entry_handler(autofs_entry),
'FILES' : entry_handler(file_entry),
'CPUINFO' : entry_handler(cpuinfo_entry),
}
def __rhandler(f):