]> git.ipfire.org Git - thirdparty/lxc.git/commit
seccomp: warn but continue on unresolvable syscalls
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 18 Jun 2014 19:36:37 +0000 (19:36 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 18 Jun 2014 22:28:06 +0000 (18:28 -0400)
commit881fa65739d12d76935a1042b7c0ee0eb5624663
tree9324f43054a0c28a47993ce68cbebcd7577ea7b2
parent7ef2c07c25e1d0be5b0b94d93adc65145a3f93cc
seccomp: warn but continue on unresolvable syscalls

If a syscall is listed which is not resolvable, continue.  This allows
us to keep a more complete list of syscalls in a global seccomp policy
without having to worry about older kernels not supporting the newer
syscalls.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/seccomp.c