diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-01 03:07:45 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-01 03:07:45 +0000 |
commit | eda688cd9ce01a5105aa6ca1470852b132ffa7a0 (patch) | |
tree | 14f2cb88414d64aa023eb7471a7ad3a39cac6c88 /runsc | |
parent | 2153eaa4427637d2215cf8f64de827727d86d578 (diff) | |
parent | 4f374699818fec39dccdfcb07752fd0f728fe53d (diff) |
Merge release-20210518.0-63-g4f3746998 (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/specutils/specutils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/specutils/specutils.go b/runsc/specutils/specutils.go index 11b476690..c228d6299 100644 --- a/runsc/specutils/specutils.go +++ b/runsc/specutils/specutils.go @@ -246,7 +246,7 @@ func Capabilities(enableRaw bool, specCaps *specs.LinuxCapabilities) (*auth.Task if caps.PermittedCaps, err = capsFromNames(specCaps.Permitted, skipSet); err != nil { return nil, err } - // TODO(nlacasse): Support ambient capabilities. + // TODO(gvisor.dev/issue/3166): Support ambient capabilities. } return &caps, nil } |