Add host-uds to the list of flags that can be overridden with annotations.

PiperOrigin-RevId: 544688480
This commit is contained in:
Etienne Perot
2023-06-30 10:19:44 -07:00
committed by gVisor bot
parent 675161f228
commit 71e511650d
+1
View File
@@ -140,6 +140,7 @@ var overrideAllowlist = map[string]struct {
"strace": {},
"strace-syscalls": {},
"strace-log-size": {},
"host-uds": {},
"oci-seccomp": {check: checkOciSeccomp},
}