[Bug 3085] seccomp issue after upgrading openssl

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Apr 15 10:53:24 AEST 2020


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

--- Comment #14 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3382
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3382
A patch that fixed my seccomp syscall issue

Thanks for the analysis.

>+#include <sys/syscall.h>

I'm not sure if every distro and/or version has that file.  Of the ones
I have at hand, Fedora 30 (x86-64) had it at
/usr/include/sys/syscall.h, while Debian (arm64) and Ubuntu (x86-64) do
not (but did have it some other place that the compiler could find it).

http://man7.org/linux/man-pages/man2/syscall.2.html documents it, so
maybe we can rely on it...

-- 
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