From 10d487527f2046c050cfc1f0ed2e6b3dd49d9781 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 30 Aug 2017 10:03:47 -0400 Subject: fix seccomp secondary filter printing on i386 platform --- src/fseccomp/seccomp_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fseccomp/seccomp_print.c b/src/fseccomp/seccomp_print.c index 7af95d51c..3793e125d 100644 --- a/src/fseccomp/seccomp_print.c +++ b/src/fseccomp/seccomp_print.c @@ -92,7 +92,7 @@ static int detect_filter_type(void) { // testing for secondare amd64 filter const struct sock_filter start_secondary_64[] = { - VALIDATE_ARCHITECTURE, + VALIDATE_ARCHITECTURE_64, EXAMINE_SYSCALL, }; -- cgit v1.2.3-54-g00ecf