4655. [bug] Lack of seccomp could be falsely reported. [RT #45599]

(cherry picked from commit 4f4b94a042)
This commit is contained in:
Mark Andrews 2017-07-23 07:11:37 +10:00
parent 56a32b9f54
commit a8536d2f07
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
4655. [bug] Lack of seccomp could be falsely reported. [RT #45599]
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
[RT #45538]

2
configure vendored
View file

@ -25200,7 +25200,7 @@ report() {
test "X$CRYPTO" = "X" -o "yes" = "$OPENSSL_ECDSA" -o "yes" = "$PKCS11_ECDSA" || \
echo " ECDSA algorithm support (--with-ecdsa)"
test "yess" = "$enable_seccomp" || \
test "yes" = "$enable_seccomp" || \
echo " Use libseccomp system call filtering (--enable-seccomp)"
test "yes" = "$want_backtrace" || \
echo " Print backtrace on crash (--enable-backtrace)"

View file

@ -5177,8 +5177,8 @@ report() {
echo " GOST algorithm support (--with-gost)"
test "X$CRYPTO" = "X" -o "yes" = "$OPENSSL_ECDSA" -o "yes" = "$PKCS11_ECDSA" || \
echo " ECDSA algorithm support (--with-ecdsa)"
test "yess" = "$enable_seccomp" || \
test "yes" = "$enable_seccomp" || \
echo " Use libseccomp system call filtering (--enable-seccomp)"
test "yes" = "$want_backtrace" || \
echo " Print backtrace on crash (--enable-backtrace)"