core: do not fail at step SECCOMP if there is no kernel support (#4004)

System Internals / systemd - Felipe Sateler [users.noreply.github.com] - 22 August 2016 14:40 UTC

Fixes #3882

83f12b2 core: do not fail at step SECCOMP if there is no kernel support (#4004)
src/core/execute.c | 38 ++++++++++++++++++++++++++++++--------
src/core/main.c | 6 ++++++
src/shared/seccomp-util.c | 10 ++++++++++
src/shared/seccomp-util.h | 2 ++
src/test/test-execute.c | 11 ++++++++++-
5 files changed, 58 insertions(+), 9 deletions(-)

Upstream: github.com


  • Share