Add mknodat syscall in testing seccomp policy
There is no mknod
syscall on several architectures (aarch64),
adding the mknodat
syscall for container test policy is preventing
the failure of mknod
command on such architectures.
Signed-off-by: Denis Pynkin denis.pynkin@collabora.com