From b12c846f58e7c78b81b4923aa4191536fe6ad2b8 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 28 Oct 2015 22:02:45 -0400 Subject: dual i386/amd64 seccomp support for --seccomp option --- test/test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test.sh') diff --git a/test/test.sh b/test/test.sh index 8e673911e..61e5cce35 100755 --- a/test/test.sh +++ b/test/test.sh @@ -348,6 +348,9 @@ echo "TESTING: seccomp empty" echo "TESTING: seccomp bad empty" ./seccomp-bad-empty.exp +echo "TESTING: seccomp dual filter" +./seccomp-dualfilter.exp + echo "TESTING: read/write /var/tmp" ./fs_var_tmp.exp -- cgit v1.2.3-54-g00ecf