From 653d70ec4e567b33b917f6784a68dfb254aa8984 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 19 Apr 2017 14:38:51 +0200 Subject: [PATCH] sys_linux: allow sysinfo in seccomp filter It may be used by glob() in latest glibc. --- sys_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys_linux.c b/sys_linux.c index 649afb0..2cd178a 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -490,7 +490,7 @@ SYS_Linux_EnableSystemCallFilter(int level) SCMP_SYS(poll), SCMP_SYS(read), SCMP_SYS(futex), SCMP_SYS(select), SCMP_SYS(set_robust_list), SCMP_SYS(write), /* Miscellaneous */ - SCMP_SYS(uname), + SCMP_SYS(sysinfo), SCMP_SYS(uname), }; const int socket_domains[] = {