gvisor/runsc
Michael Pratt a295616326 Make Attach no longer a special snowflake
fsgofer.attachPoint.Attach has a bunch of funky special logic to create a RW
file or connect a socket rather than creating a standard control file like
localFile.Walk.

This is unecessary and error-prone, as the attach point still has to go through
Open or Connect which will properly convert the control file to something
usable. As such, switch the logic to be equivalent to a simple Walk.

Updates #235

PiperOrigin-RevId: 274827872
2019-10-15 10:01:22 -07:00
..
boot Remove stale TODO 2019-10-08 16:23:41 -07:00
cgroup Impose order on test scripts. 2019-09-03 22:02:43 -07:00
cmd Set base to root 2019-10-11 06:38:26 +02:00
console Always set SysProcAttr.Ctty to an FD in the child's FD table. 2019-06-26 11:27:31 -07:00
container Ignore mount options that are not supported in shared mounts 2019-10-08 13:36:16 -07:00
criutil Add tests for $HOME 2019-10-07 15:55:39 -07:00
debian Impose order on test scripts. 2019-09-03 22:02:43 -07:00
dockerutil Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
fsgofer Make Attach no longer a special snowflake 2019-10-15 10:01:22 -07:00
sandbox Fix runsc log collection in kokoro 2019-09-25 14:33:11 -07:00
specutils Update TODO for OCI seccomp support. 2019-10-10 14:43:03 -07:00
testutil Shard the runtime tests. 2019-09-18 17:04:53 -07:00
BUILD runsc: remove todo from the build file 2019-10-01 16:25:34 -07:00
main.go Merge pull request #765 from trailofbits:uds_support 2019-09-25 16:44:22 -07:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Merge pull request #843 from nlacasse:version 2019-09-12 14:55:24 -07:00