gvisor/test
Jamie Liu c4caccd540 Set options on the correct Task in PTRACE_SEIZE.
$ docker run --rm --runtime=runsc -it --cap-add=SYS_PTRACE debian bash -c "apt-get update && apt-get install strace && strace ls"
...
Setting up strace (4.15-2) ...
execve("/bin/ls", ["ls"], [/* 6 vars */]) = 0
brk(NULL)                               = 0x5646d8c1e000
uname({sysname="Linux", nodename="114ef93d2db3", ...}) = 0
...

PiperOrigin-RevId: 241643321
Change-Id: Ie4bce27a7fb147eef07bbae5895c6ef3f529e177
2019-04-02 18:13:19 -07:00
..
syscalls Set options on the correct Task in PTRACE_SEIZE. 2019-04-02 18:13:19 -07:00
util netstack: reduce MSS from SYN to account tcp options 2019-03-19 17:33:20 -07:00
BUILD Use toolchain configs from bazel_0.23.0 2019-03-26 15:10:49 -07:00