mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update comments on ambient caps to point to bug
PiperOrigin-RevId: 376747671
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user