You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bind syscall is used by TCP servers. It would be desirable to sandbox it as follows:
If Horklump is configured to reject incoming connections at all, then the bind syscall should be blocked.
If Horklump is configured to accept incoming connections on only a specific network interface, then any bind syscalls for other interfaces should be blocked.
Unix domain sockets should be allowed regardless of the above.
The text was updated successfully, but these errors were encountered:
The
bind
syscall is used by TCP servers. It would be desirable to sandbox it as follows:bind
syscall should be blocked.bind
syscalls for other interfaces should be blocked.The text was updated successfully, but these errors were encountered: