Skip to content

Add mknodat syscall in testing seccomp policy

Denis Pynkin requested to merge wip/d4s/T5571_18.12 into 18.12

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

Merge request reports