1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

nspawn: x86 is special with its socketcall() semantics, be permissive in the seccomp setup

This commit is contained in:
Lennart Poettering 2014-02-18 22:27:46 +01:00
parent e9642be2cc
commit 3302da4667

View File

@ -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),