summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-04-25 08:32:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2017-04-25 08:34:40 +1000
commitc44453e5a2acc5c491c85bcf2c1b7bce96dfc7e7 (patch)
tree3e8f16c4b266a336380065b4e5409baf56715794
parent295ac5e15397e703c5f49d25954f5db91e05a9ce (diff)
Fix typo in "socketcall".V_7_5
Pointed out by jjelen at redhat.com.
-rw-r--r--sandbox-seccomp-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 200932a8..ca75cc71 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 */