gvisor/pkg/sentry/fsimpl/proc
Jamie Liu 471b15b212 Port most syscalls to VFS2.
pipe and pipe2 aren't ported, pending a slight rework of pipe FDs for VFS2.
mount and umount2 aren't ported out of temporary laziness. access and faccessat
need additional FSImpl methods to implement properly, but are stubbed to
prevent googletest from CHECK-failing. Other syscalls require additional
plumbing.

Updates #1623

PiperOrigin-RevId: 297188448
2020-02-25 13:37:34 -08:00
..
BUILD Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
filesystem.go Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
subtasks.go Allow vfs.IterDirentsCallback.Handle() to return an error. 2020-02-14 14:40:35 -08:00
task.go Add FileExec flag to OpenOptions 2020-02-13 17:57:36 -08:00
task_files.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
tasks_files.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks_net.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
tasks_sys.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
tasks_sys_test.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00