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
-F, --fd FD
Pass a pre-opened, connected socket to passt. Usually the socket is opened in the parent
process and passt inherits it when run as a child. This allows the parent process to open
sockets using another address family or requiring special privileges.
This option implies the behaviour described for --one-off, once this socket is closed.
-1, --one-off
Quit after handling a single client connection, that is, once the client closes the socket,
or once we get a socket error.
The nature of raw fd's means that we should assume ownership, and close it so that the
passt
process can exit.The calling program e.g.
chroot_vm
cannot do this, as oncekrun_start_enter
is called, control never returns to the caller.The text was updated successfully, but these errors were encountered: