gvisor/pkg/sentry/fsimpl/proc
Fabricio Voznika 396c574db2 Add support for WritableSource in DynamicBytesFileDescriptionImpl
WritableSource is a convenience interface used for files that can
be written to, e.g. /proc/net/ipv4/tpc_sack. It reads max of 4KB
and only from offset 0 which should cover most cases. It can be
extended as neeed.

Updates #1195

PiperOrigin-RevId: 292056924
2020-01-28 18:31:28 -08:00
..
BUILD Update package locations. 2020-01-27 15:31:32 -08:00
filesystem.go Update package locations. 2020-01-27 15:31:32 -08:00
subtasks.go Update package locations. 2020-01-27 15:31:32 -08:00
task.go Update package locations. 2020-01-27 15:31:32 -08:00
task_files.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks.go Add support for WritableSource in DynamicBytesFileDescriptionImpl 2020-01-28 18:31:28 -08:00
tasks_files.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks_net.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks_sys.go Add support for WritableSource in DynamicBytesFileDescriptionImpl 2020-01-28 18:31:28 -08:00
tasks_sys_test.go Update package locations. 2020-01-27 15:31:32 -08:00
tasks_test.go Update package locations. 2020-01-27 15:31:32 -08:00