Skip to content

Commit

Permalink
cri: update WithoutDefaultSecuritySettings comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
samuelkarp committed May 7, 2023
1 parent 98f48d4 commit 52afa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cri/opts/spec_opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func WithoutDefaultSecuritySettings(_ context.Context, _ oci.Client, c *containe
if s.Linux != 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
return nil
}
Expand Down

0 comments on commit 52afa34

Please sign in to comment.