gvisor/pkg/sentry/syscalls
Nicolas Lacasse 857e5c47e9 Follow symlinks when creating a file, and create the target.
If we have a symlink whose target does not exist, creating the symlink (either
via 'creat' or 'open' with O_CREAT flag) should create the target of the
symlink. Previously, gVisor would error with EEXIST in this case

PiperOrigin-RevId: 255232944
2019-06-26 11:49:20 -07:00
..
linux Follow symlinks when creating a file, and create the target. 2019-06-26 11:49:20 -07:00
BUILD
epoll.go
syscalls.go