Re: [libseccomp-discuss] allowing select() fails in i686
High level interface to the Linux Kernel's seccomp filter
Brought to you by:
pcmoore
|
From: Nikos M. <nm...@re...> - 2015-01-29 13:01:50
|
On Wed, 2015-01-28 at 16:10 -0500, Paul Moore wrote: > > > Did you try adding the x86 ABI to the filter? I'm curious if that > > > resolves the problem. > > No, it doesn't. I also asked the user in the thread above to run the > > reproducer and he gets the same result. Select is blocked. > Okay, thanks for checking. We'll have to look into it. By change have you > tested the current upstream library? We have fixed a lot of bugs since the > last release, although I'm not sure there is anything that would affect your > problem with select() ... I tried to get the git repository and compile: http://sourceforge.net/p/libseccomp/libseccomp/ci/master/tree/ but compiles a library which is binary incompatible with the system's seccomp (has soversion 0, while the system's version is 2). I statically linked it, but the issue remained. regards, Nikos |