[openssh-commits] [openssh] 01/01: Add SANDBOX_DEBUG to the kitchensink test build.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Dec 7 19:00:41 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit ce3c3e78ce45d68a82c7c8dc89895f297a67f225
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Dec 7 18:58:25 2022 +1100
Add SANDBOX_DEBUG to the kitchensink test build.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 28a829cc..49b53d43 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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list