]> git.ipfire.org Git - thirdparty/systemd.git/commit
seccomp: ignore (and debug log) errors by all invocations of seccomp_rule_add_exact() 6952/head
authorLennart Poettering <lennart@poettering.net>
Thu, 5 Oct 2017 09:26:09 +0000 (11:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 5 Oct 2017 09:27:34 +0000 (11:27 +0200)
commit448ac526a3fc95c4b4bfa24fe25ea95a88127c49
tree69aff7880a68c4cc7944ed9a610cec0dc1b992d6
parent1c6af69b2d25af90e210bc21cc378fb4a6c96316
seccomp: ignore (and debug log) errors by all invocations of seccomp_rule_add_exact()

System calls might exist on some archs but not on others, or might be
multiplexed but not on others. Ignore such errors when putting together
a filter at this location like we already do it on all others.
src/shared/seccomp-util.c