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
To avoid leaking any inherited FDs into Firecracker, iterate through
the whole FD table (`sysconf(_SC_OPEN_MAX)` is used to get the table
size) and close everything except IN, OUT and ERR.
Signed-off-by: Adrian Catangiu <[email protected]>
0 commit comments