gvisor/pkg/sentry/fsimpl
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
..
devtmpfs Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
ext Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
gofer Use O_CLOEXEC when dup'ing FDs 2020-04-10 15:47:23 -07:00
host Correctly distinguish between seekable and non-seekable host fds. 2020-04-07 16:17:40 -07:00
kernfs Clean up TODOs 2020-04-08 17:58:13 -07:00
proc Merge pull request #2253 from amscanne:nogo 2020-04-09 19:16:46 -07:00
sockfs Add FileDescriptionImpl for Unix sockets. 2020-04-03 14:08:54 -07:00
sys Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
testutil Allow passing root file type to tmpfs. 2020-03-31 15:02:57 -07:00
tmpfs Fix all printf formatting errors. 2020-04-08 10:14:34 -07:00