@@ -, +, @@ #define fstatat64 fstatat --- src/seccomp.c | 1 + 1 file changed, 1 insertion(+) --- a/src/seccomp.c +++ a/src/seccomp.c @@ -179,6 +179,7 @@ enable_sandbox_full(void) ALLOW_RULE(fstat); ALLOW_RULE(fstat64); #ifdef __NR_fstatat64 +#undef fstatat64 ALLOW_RULE(fstatat64); #endif ALLOW_RULE(futex); --