[Bug 3085] seccomp issue after upgrading openssl

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


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

--- Comment #13 from Nicholas Niro <blowfist at xroutine.net> ---
(In reply to Nicholas Niro from comment #12)
> Created attachment 3382 [details]
> 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.

I didn't expect that attaching a file would erase the rest of my
comment. I just mentioned that I had exactly the same issue as the
person that created this post. I compiled openssh v8.2p1 on an aarch64
system with musl-libc (statically linked and without openssl) for my
project jailTools https://github.com/nniro/jailTools . This bug only
seems to happen on my pine book pro. On my x86_64 system I don't have
any issues.

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