From: Antonio Rojas Date: Fri, 10 Nov 2017 10:07:36 +0000 (+0100) Subject: Fix typo in statx macro (#7180) X-Git-Tag: v236~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e6a7a8b2be409d356bcaface00f6d44390c07ff;p=thirdparty%2Fsystemd.git Fix typo in statx macro (#7180) This makes statx properly whitelisted in supported systems. --- 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"