gvisor/runsc
Fabricio Voznika 7cff8489de Fix failure to rename directory
os.Rename validates that the target doesn't exist, which is different from
syscall.Rename which replace the target if both are directories. fsgofer needs
the syscall behavior.

PiperOrigin-RevId: 196194630
Change-Id: I87d08cad88b5ef310b245cd91647c4f5194159d8
2018-05-10 17:13:10 -07:00
..
boot Skip atime and mtime update when file is backed by host FD 2018-05-10 14:59:40 -07:00
cmd Return error when child exits early 2018-05-03 21:09:31 -07:00
fsgofer Fix failure to rename directory 2018-05-10 17:13:10 -07:00
sandbox Return better errors from Docker when runsc fails to start. 2018-05-09 14:13:37 -07:00
specutils Fix runsc capabilities 2018-05-04 09:39:28 -07:00
BUILD Display the current git revision in the info block 2018-05-10 16:57:41 -07:00
main.go Display the current git revision in the info block 2018-05-10 16:57:41 -07:00