Add SANDBOX_DEBUG to the kitchensink test build.
This commit is contained in:
parent
bc234605fa
commit
ce3c3e78ce
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue