mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Fix typo in "socketcall".
Pointed out by jjelen at redhat.com.
This commit is contained in:
parent
8b0eee148f
commit
17a54a03f5
@ -225,7 +225,7 @@ static const struct sock_filter preauth_insns[] = {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef __NR_socketcall
|
#ifdef __NR_socketcall
|
||||||
SC_ALLOW_ARG(__NR_socketcall, 0, SYS_SHUTDOWN),
|
SC_ALLOW_ARG(__NR_socketcall, 0, SYS_SHUTDOWN),
|
||||||
SC_DENY(__NR_ssocketcall, EACCES),
|
SC_DENY(__NR_socketcall, EACCES),
|
||||||
#endif
|
#endif
|
||||||
#if defined(__NR_ioctl) && defined(__s390__)
|
#if defined(__NR_ioctl) && defined(__s390__)
|
||||||
/* Allow ioctls for ICA crypto card on s390 */
|
/* Allow ioctls for ICA crypto card on s390 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user