gvisor/pkg/sentry/syscalls/linux
Kevin Krakauer 4fdd69d681 Check that a file is a regular file with open(O_TRUNC).
It was possible to panic the sentry by opening a cache revalidating folder with
O_TRUNC|O_CREAT.

PiperOrigin-RevId: 278417533
2019-11-04 10:58:29 -08:00
..
BUILD Aggregate arguments for loading executables into a single struct. 2019-10-25 22:44:19 -07:00
error.go
flags.go
linux64.go
linux64_amd64.go Update membarrier bug 2019-11-04 09:55:30 -08:00
linux64_arm64.go Update membarrier bug 2019-11-04 09:55:30 -08:00
sigset.go
sys_aio.go
sys_capability.go
sys_epoll.go
sys_eventfd.go
sys_file.go Check that a file is a regular file with open(O_TRUNC). 2019-11-04 10:58:29 -08:00
sys_futex.go
sys_getdents.go
sys_identity.go
sys_inotify.go
sys_lseek.go
sys_mempolicy.go
sys_mmap.go
sys_mount.go
sys_pipe.go
sys_poll.go
sys_prctl.go
sys_random.go
sys_read.go
sys_rlimit.go
sys_rusage.go
sys_sched.go
sys_seccomp.go
sys_sem.go
sys_shm.go
sys_signal.go
sys_socket.go
sys_splice.go
sys_stat.go
sys_sync.go
sys_sysinfo.go
sys_syslog.go
sys_thread.go Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. 2019-10-29 10:04:39 -07:00
sys_time.go
sys_timer.go
sys_timerfd.go
sys_tls.go
sys_utsname.go
sys_write.go
timespec.go