gvisor/runsc/fsgofer
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
..
filter Allow rt_sigreturn in runsc gofer 2019-10-10 13:41:29 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
fsgofer.go Make Attach no longer a special snowflake 2019-10-15 10:01:22 -07:00
fsgofer_test.go Disallow opening of sockets if --fsgofer-host-uds=false 2019-09-26 18:16:02 -07:00
fsgofer_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00