diff options
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 54f7187754..379ea92355 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1531,7 +1531,7 @@ static int audit_still_doesnt_work_in_containers(void) { goto finish; } - r = seccomp_rule_add_exact( + r = seccomp_rule_add( seccomp, SCMP_ACT_ERRNO(EAFNOSUPPORT), SCMP_SYS(socket), |