mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
nspawn: x86 is special with its socketcall() semantics, be permissive in the seccomp setup
This commit is contained in:
parent
e9642be2cc
commit
3302da4667
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user