]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix typo in "socketcall". V_7_5 anongit/V_7_5 github-selfhosted/V_7_5 github/V_7_5
authorDarren Tucker <dtucker@zip.com.au>
Mon, 24 Apr 2017 22:32:27 +0000 (08:32 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 24 Apr 2017 22:34:40 +0000 (08:34 +1000)
Pointed out by jjelen at redhat.com.

sandbox-seccomp-filter.c

index 200932a8c9edf9a495acc5b366212d0ce60bcadd..ca75cc719b18f0a355638277d5276363370bd674 100644 (file)
@@ -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 */