Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1e87 commit bb83ccbCopy full SHA for bb83ccb
config-linux.md
@@ -206,6 +206,11 @@ Runtimes SHOULD NOT change the ownership of container cgroups when
206
cgroups v1 is in use. Cgroup delegation is not secure in cgroups
207
v1.
208
209
+A runtime SHOULD NOT change the ownership of a container cgroup
210
+unless it will also create a new cgroup namespace for the container.
211
+Typically this occurs when the `linux.namespaces` array contains an
212
+object with `type` equal to `"cgroup"` and `path` unset.
213
+
214
Runtimes SHOULD change the cgroup ownership if and only if the
215
cgroup filesystem is to be mounted read/write; that is, when the
216
configuration's `mounts` array contains an object where:
0 commit comments