Add SANDBOX_DEBUG to the kitchensink test build.

This commit is contained in:
Darren Tucker 2022-12-07 18:58:25 +11:00
parent bc234605fa
commit ce3c3e78ce
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -111,7 +111,7 @@ case "$config" in
kitchensink) kitchensink)
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam" CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux" CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
CONFIGFLAGS="${CONFIGFLAGS} --with-cflags=-DSK_DEBUG" CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
;; ;;
hardenedmalloc) hardenedmalloc)
CONFIGFLAGS="--with-ldflags=-lhardened_malloc" CONFIGFLAGS="--with-ldflags=-lhardened_malloc"