runc/libcontainer/specconv
Alban Crequy 3321aa1af7 Fix regression with mounts with non-absolute source path
PR #1753 introduced a test on the mount flags but the binary operator
was wrong, see https://github.com/opencontainers/runc/pull/1753#discussion_r203445652

This was noticed when investigating https://github.com/opencontainers/runtime-tools/issues/651

Symptoms: in the container, /proc/self/mountinfo displays some mounts as
follow:

296 279 0:67 / /tmp rw,nosuid - tmpfs /home/dpark/go/src/github.com/opencontainers/runc/tmpfs rw,size=65536k,mode=755

Signed-off-by: Alban Crequy <alban@kinvolk.io>
2018-07-18 18:30:49 +02:00
..
example.go fix lint error in specconv 2018-02-26 15:39:54 +08:00
spec_linux.go Fix regression with mounts with non-absolute source path 2018-07-18 18:30:49 +02:00
spec_linux_test.go Make the setupSeccomp function public. 2018-04-17 10:47:22 -07:00