commit | 17a54a03f5a1d35e33cc24e22cd7a9d0f6865dc4 | [log] [tgz] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Tue Apr 25 08:32:27 2017 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Tue Apr 25 08:32:27 2017 +1000 |
tree | a52f77b60df29528e4d2e314401dec6bec55d3c9 | |
parent | 8b0eee148f7cf8b248c30d1bae57300f2cc5aafd [diff] |
Fix typo in "socketcall". Pointed out by jjelen at redhat.com.
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index 200932a..ca75cc7 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c
@@ -225,7 +225,7 @@ #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 */