gvisor/runsc/sandbox
Fabricio Voznika 356d1be140 Allow 'runsc do' to run without root
'--rootless' flag lets a non-root user execute 'runsc do'.
The drawback is that the sandbox and gofer processes will
run as root inside a user namespace that is mapped to the
caller's user, intead of nobody. And network is defaulted
to '--network=host' inside the root network namespace. On
the bright side, it's very convenient for testing:

runsc --rootless do ls
runsc --rootless do curl www.google.com

PiperOrigin-RevId: 252840970
2019-06-12 09:41:50 -07:00
..
BUILD gvisor/runsc: enable generic segmentation offload (GSO) 2019-03-29 16:27:38 -07:00
network.go Use net.HardwareAddr for FDBasedLink.LinkAddress 2019-06-11 14:31:46 -07:00
network_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sandbox.go Allow 'runsc do' to run without root 2019-06-12 09:41:50 -07:00