]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add SANDBOX_DEBUG to the kitchensink test build.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 7 Dec 2022 07:58:25 +0000 (18:58 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 7 Dec 2022 07:58:25 +0000 (18:58 +1100)
.github/configs

index 28a829cc2f035eb3f6c3bf18a545b3bd0efa8cc5..49b53d43c63d8aeb27bdc23cc4c2e2fe1bcc15e9 100755 (executable)
@@ -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"