From: Darren Tucker Date: Mon, 24 Apr 2017 22:32:27 +0000 (+1000) Subject: Fix typo in "socketcall". X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV_7_5;p=thirdparty%2Fopenssh-portable.git Fix typo in "socketcall". Pointed out by jjelen at redhat.com. --- diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index 200932a8c..ca75cc719 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -225,7 +225,7 @@ static const struct sock_filter preauth_insns[] = { #endif #ifdef __NR_socketcall SC_ALLOW_ARG(__NR_socketcall, 0, SYS_SHUTDOWN), - SC_DENY(__NR_ssocketcall, EACCES), + SC_DENY(__NR_socketcall, EACCES), #endif #if defined(__NR_ioctl) && defined(__s390__) /* Allow ioctls for ICA crypto card on s390 */