This update for runc fixes the following issues:
Update to 1.3.6.
/dev symlink can trigger limited host filesystem integrity violations
(bsc#1268275).Other updates and bugfixes:
maskPaths, runc will now re- use a single tmpfs instance (which is not writeable)
to reduce the number tmpfs superblocks that need to be reaped when containers die (in particular, Kubernetes
applies masks to per-CPU sysfs directories which get expensive quickly).