cri: update WithoutDefaultSecuritySettings comment
This pointer to an issue never got updated after the CRI plugin was absorbed into the main containerd repo as an in-tree plugin. Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
parent
98f48d485d
commit
52afa34f52
@ -161,7 +161,7 @@ func WithoutDefaultSecuritySettings(_ context.Context, _ oci.Client, c *containe
|
|||||||
if s.Linux != nil {
|
if s.Linux != nil {
|
||||||
s.Linux.Seccomp = nil
|
s.Linux.Seccomp = nil
|
||||||
}
|
}
|
||||||
// Remove default rlimits (See issue #515)
|
// Remove default rlimits (See https://github.com/containerd/cri/issues/515)
|
||||||
s.Process.Rlimits = nil
|
s.Process.Rlimits = nil
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user