diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-11 03:32:21 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-11 03:36:20 +0900 |
| commit | 2494ede1067d5071d3cc7d355cdc2ae3fac66dc5 (patch) | |
| tree | 77cd8ef4785a83918f78389ce05011b0fc14bd97 /container/capability.go | |
| parent | da3848b92f22259d97b1d3851e17d1a8c6ffeb3d (diff) | |
container/init: configure interface lo
This enables loopback networking when owning the net namespace.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/capability.go')
| -rw-r--r-- | container/capability.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/capability.go b/container/capability.go index 11d95b3d..9f526e65 100644 --- a/container/capability.go +++ b/container/capability.go @@ -14,6 +14,7 @@ const ( CAP_SYS_ADMIN = 0x15 CAP_SETPCAP = 0x8 + CAP_NET_ADMIN = 0xc CAP_DAC_OVERRIDE = 0x1 ) |
