containerd/pkg/cri
wllenyj 42a386c816 CRI: change the /dev/shm mount options in Sandbox.
All containers except the pause container, mount `/dev/shm" with flags
`nosuid,nodev,noexec`. So change mount options for pause container to
keep consistence.
This also helps to solve issues of failing to mount `/dev/shm` when
pod/container level user namespace is enabled.

Fixes: #6911

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Signed-off-by: Lei Wang <wllenyj@linux.alibaba.com>
2022-06-14 10:45:06 +08:00
..
annotations Added support for runtime level snapshotter, issue 6657 2022-06-02 16:29:59 -07:00
config Merge pull request #6899 from shuaichang/ISSUE6657-support-runtime-snapshotter 2022-06-03 10:04:53 +02:00
constants move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
io Use t.Run for /pkg/cri tests 2022-05-29 18:32:09 -07:00
opts remove duplicate 2022-04-26 10:44:45 +08:00
server CRI: change the /dev/shm mount options in Sandbox. 2022-06-14 10:45:06 +08:00
store Move docker reference logic to reference/docker package 2022-05-31 22:40:49 -07:00
streaming go.mod: update to github.com/emicklei/go-restful/v3 v3.7.3 2022-02-18 21:54:27 +01:00
util Use t.Run for /pkg/cri tests 2022-05-29 18:32:09 -07:00
cri.go Move lease manager plugin to separate package 2022-04-15 11:08:47 -07:00