From: Darren Tucker Date: Wed, 7 Dec 2022 07:58:25 +0000 (+1100) Subject: Add SANDBOX_DEBUG to the kitchensink test build. X-Git-Tag: V_9_2_P1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3c3e78ce45d68a82c7c8dc89895f297a67f225;p=thirdparty%2Fopenssh-portable.git Add SANDBOX_DEBUG to the kitchensink test build. --- diff --git a/.github/configs b/.github/configs index 28a829cc2..49b53d43c 100755 --- a/.github/configs +++ b/.github/configs @@ -111,7 +111,7 @@ case "$config" in kitchensink) CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam" CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux" - CONFIGFLAGS="${CONFIGFLAGS} --with-cflags=-DSK_DEBUG" + CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG" ;; hardenedmalloc) CONFIGFLAGS="--with-ldflags=-lhardened_malloc"