[Bug 3085] seccomp issue after upgrading openssl

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Apr 16 06:00:03 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3085

--- Comment #18 from Nicholas Niro <blowfist at xroutine.net> ---
I think I just found the cause of the issue. It's a configuration issue
for 32bit systems. The file config.h contains : #define
SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64   even for 32bit systems. I
managed to hack fix it by changing X86_64 to I386 and that seems to
make sshd with seccomp work correctly.

Darren Tucker: I think you'll have more work than expected with your
configure script :). (upon checking configure.ac : I notice that at
first sight, I386 should be supported but there's obviously a detection
bug lurking there.).

brunni: can you confirm the value of the variable SECCOMP_AUDIT_ARCH in
your config.h?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list