From 71e511650d91d03e736d134ae8112bd969c6303d Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Fri, 30 Jun 2023 10:16:59 -0700 Subject: [PATCH] Add `host-uds` to the list of flags that can be overridden with annotations. PiperOrigin-RevId: 544688480 --- runsc/config/flags.go | 1 + 1 file changed, 1 insertion(+) diff --git a/runsc/config/flags.go b/runsc/config/flags.go index 2b37dd591..2ce64e031 100644 --- a/runsc/config/flags.go +++ b/runsc/config/flags.go @@ -140,6 +140,7 @@ var overrideAllowlist = map[string]struct { "strace": {}, "strace-syscalls": {}, "strace-log-size": {}, + "host-uds": {}, "oci-seccomp": {check: checkOciSeccomp}, }