Comment 14 for bug 1690485

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks. The strace is indeed useful, although it doesn't get us all the way there. This is very strange! It appears that the network monitor is attempting to create a Unix socket in the middle of sending a USERAUTH_SUCCESS packet, which is peculiar to say the least.

This may take a few iterations. Could you please revert your changes to sandbox-seccomp-filter.c, and instead apply the attached patch? You can apply it with "patch -p1 </path/to/sshd-debug.patch", and then repeat exactly what you did before to build and install it; I then only need the strace, generated using the same procedure as before. What I'm trying to do here is to narrow down exactly where sshd is heading off to try to create a socket.