Disable networking in Linux sandbox
Opened this issue · 1 comments
zombiezen commented
Disable networking in Linux sandbox
zombiezen commented
I think this needs a helper binary: while the main trick here is to set CLONE_NEWNET
, there's a bit of code to initialize the loopback interface and set the hostname.
Punting until after MVP like #52.