From e5ddbcccbaf4c3072627be191f56109e45159573 Mon Sep 17 00:00:00 2001 From: Kunhoon Baik Date: Thu, 9 Sep 2021 21:57:58 +0900 Subject: [PATCH] Adjust test configuration of nsjail test --- test/runner-sandbox.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner-sandbox.cfg b/test/runner-sandbox.cfg index fefc41d..f34463f 100644 --- a/test/runner-sandbox.cfg +++ b/test/runner-sandbox.cfg @@ -339,7 +339,7 @@ seccomp_string: " SYSCALL[202]," #getegid32 #seccomp_string: " SYSCALL[217]," #getdents64 #seccomp_string: " SYSCALL[218]," #pivot_root #seccomp_string: " SYSCALL[219]," #mincore -#seccomp_string: " SYSCALL[220]," #madvise +seccomp_string: " SYSCALL[220]," #madvise seccomp_string: " SYSCALL[221]," #fcntl64 #seccomp_string: " SYSCALL[222]," #NA #seccomp_string: " SYSCALL[223]," #NA -- 2.34.1