[Bug 3085] seccomp issue after upgrading openssl

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Apr 15 09:16:16 AEST 2020


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

Nicholas Niro <blowfist at xroutine.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blowfist at xroutine.net

--- Comment #12 from Nicholas Niro <blowfist at xroutine.net> ---
Created attachment 3382
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3382&action=edit
A patch that fixed my seccomp syscall issue

I did what was suggested on the thread for the Bug 3085 and found out
that my issue was caused to the syscall number 72 being denied. I found
out it is the syscall pselect6 which *should* in fact be allowed. It
turns out that including the syscall header file properly sets
__NR_pselect6 and thus fixes this issue.

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


More information about the openssh-bugs mailing list