add bwrapping on all other scripts/*.test except those that make Internet connections, and remove test for setuid bit, as some systems are configured to not require setuid/CAP_NET_ADMIN for CLONE_NEWNET.

This commit is contained in:
Daniel Pouzzner
2020-09-12 00:20:38 -05:00
parent 1c3415e26f
commit 8b53b181dd
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#crl.test

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#openssl.test

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#pkcallbacks.test

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# psk.test
# copyright wolfSSL 2016

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#resume.test

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#sniffer-testsuite.test

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# tls13.test
# copyright wolfSSL 2016

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# trusted_peer.test
# copyright wolfSSL 2016