https://bugzilla.mindrot.org/show_bug.cgi?id=3085
Nicholas Niro <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Nicholas Niro <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
