mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
54fa0c5577
Similar to when SetAmbient() can fail, runc should be graceful about ResetAmbient failing. This functionality previously worked under gvisor, which doesn't implement ambient capabilities atm. The hard error on reset broke gvisor usage. Signed-off-by: Evan Phoenix <evan@phx.io>