gvisor/pkg/sentry/fsimpl/gofer
Fabricio Voznika 96f9142959 Use O_CLOEXEC when dup'ing FDs
The sentry doesn't allow execve, but it's a good defense
in-depth measure.

PiperOrigin-RevId: 305958737
2020-04-10 15:47:23 -07:00
..
BUILD Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
directory.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
filesystem.go Make unlink tests pass with goferfs 2020-04-07 18:27:55 -07:00
gofer.go Use O_CLOEXEC when dup'ing FDs 2020-04-10 15:47:23 -07:00
gofer_test.go Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
handle.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
handle_unsafe.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
p9file.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
pagemath.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
regular_file.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
special_file.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
symlink.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
time.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00