mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
runcs: add --EXPERIMENTAL-reproduce-nat to allowlist of overridable flags
PiperOrigin-RevId: 578599679
This commit is contained in:
committed by
gVisor bot
parent
e1e7edcc1b
commit
ad77778bee
@@ -141,11 +141,12 @@ func RegisterFlags(flagSet *flag.FlagSet) {
|
||||
var overrideAllowlist = map[string]struct {
|
||||
check func(name string, value string) error
|
||||
}{
|
||||
"debug": {},
|
||||
"strace": {},
|
||||
"strace-syscalls": {},
|
||||
"strace-log-size": {},
|
||||
"host-uds": {},
|
||||
"debug": {},
|
||||
"strace": {},
|
||||
"strace-syscalls": {},
|
||||
"strace-log-size": {},
|
||||
"host-uds": {},
|
||||
"EXPERIMENTAL-reproduce-nat": {},
|
||||
|
||||
"oci-seccomp": {check: checkOciSeccomp},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user