gvisor/runsc/boot
Kevin Krakauer 12235d533a AF_PACKET support for netstack (aka epsocket).
Like (AF_INET, SOCK_RAW) sockets, AF_PACKET sockets require CAP_NET_RAW. With
runsc, you'll need to pass `--net-raw=true` to enable them.

Binding isn't supported yet.

PiperOrigin-RevId: 275909366
2019-10-21 13:23:18 -07:00
..
filter Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
platforms Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
BUILD Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
compat.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_amd64.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
config.go Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
controller.go Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
fds.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
fs.go Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
fs_test.go Add support to mount pod shared tmpfs mounts 2019-06-11 14:54:31 -07:00
limits.go Update canonical repository. 2019-06-13 16:50:15 -07:00
loader.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
loader_test.go Mount volumes as super user 2019-08-27 10:47:16 -07:00
network.go Remove reundant global tcpip.LinkEndpointID. 2019-09-06 18:01:14 -07:00
pprof.go gvisor/runsc: apply seccomp filters before parsing a state file 2019-06-12 11:55:24 -07:00
strace.go Update canonical repository. 2019-06-13 16:50:15 -07:00
user.go Always set HOME env var with `runsc exec`. 2019-09-23 17:06:02 -07:00
user_test.go Always set HOME env var with `runsc exec`. 2019-09-23 17:06:02 -07:00