summaryrefslogtreecommitdiffhomepage
path: root/runsc/specutils/specutils.go
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2021-05-31 20:00:17 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-31 20:02:43 -0700
commit4f374699818fec39dccdfcb07752fd0f728fe53d (patch)
treea772d7b94b9ce9b68a2f7b1c1530c06f4ea3e41e /runsc/specutils/specutils.go
parent30bca3270b9aba3394363a7fbb81291c9b0bb898 (diff)
Update comments on ambient caps to point to bug
PiperOrigin-RevId: 376747671
Diffstat (limited to 'runsc/specutils/specutils.go')
-rw-r--r--runsc/specutils/specutils.go2
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
}