summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/auth
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-06-01 03:07:45 +0000
committergVisor bot <gvisor-bot@google.com>2021-06-01 03:07:45 +0000
commiteda688cd9ce01a5105aa6ca1470852b132ffa7a0 (patch)
tree14f2cb88414d64aa023eb7471a7ad3a39cac6c88 /pkg/sentry/kernel/auth
parent2153eaa4427637d2215cf8f64de827727d86d578 (diff)
parent4f374699818fec39dccdfcb07752fd0f728fe53d (diff)
Merge release-20210518.0-63-g4f3746998 (automated)
Diffstat (limited to 'pkg/sentry/kernel/auth')
-rw-r--r--pkg/sentry/kernel/auth/credentials.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/auth/credentials.go b/pkg/sentry/kernel/auth/credentials.go
index 6862f2ef5..3325fedcb 100644
--- a/pkg/sentry/kernel/auth/credentials.go
+++ b/pkg/sentry/kernel/auth/credentials.go
@@ -125,7 +125,7 @@ func NewUserCredentials(kuid KUID, kgid KGID, extraKGIDs []KGID, capabilities *T
creds.EffectiveCaps = capabilities.EffectiveCaps
creds.BoundingCaps = capabilities.BoundingCaps
creds.InheritableCaps = capabilities.InheritableCaps
- // TODO(nlacasse): Support ambient capabilities.
+ // TODO(gvisor.dev/issue/3166): Support ambient capabilities.
} else {
// If no capabilities are specified, grant capabilities consistent with
// setresuid + setresgid from NewRootCredentials to the given uid and