From 8e6a7a8b2be409d356bcaface00f6d44390c07ff Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Fri, 10 Nov 2017 11:07:36 +0100 Subject: [PATCH] Fix typo in statx macro (#7180) This makes statx properly whitelisted in supported systems. --- src/shared/seccomp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 14a75bfffeb..f87701675bf 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -465,7 +465,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "stat64\0" "statfs\0" "statfs64\0" -#ifdef __PNR_statx +#ifdef __NR_statx "statx\0" #endif "symlink\0" -- 2.47.3