gvisor/pkg/sentry/syscalls/linux
Dean Deng f13f26d17d Port SCM Rights to VFS2.
Fixes #1477.

PiperOrigin-RevId: 308317511
2020-04-24 13:46:58 -07:00
..
vfs2 Port SCM Rights to VFS2. 2020-04-24 13:46:58 -07:00
BUILD Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
error.go Add vfs.FileDescription to FD table 2020-01-28 15:31:03 -08:00
flags.go Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
linux64.go Update const names to be Go style. 2019-10-22 16:16:41 -07:00
linux64_amd64.go Support listxattr and removexattr syscalls. 2020-02-07 14:47:13 -08:00
linux64_arm64.go Support listxattr and removexattr syscalls. 2020-02-07 14:47:13 -08:00
sigset.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_aio.go Make ExtractErrno a function 2020-04-16 11:49:27 -07:00
sys_capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_clone_amd64.go Enable clone syscall support on arm64. 2020-01-16 10:28:11 -08:00
sys_clone_arm64.go Enable clone syscall support on arm64. 2020-01-16 10:28:11 -08:00
sys_epoll.go Enable automated marshalling for epoll events. 2020-04-23 15:49:05 -07:00
sys_eventfd.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
sys_file.go Implement access/faccessat for VFS2. 2020-03-13 11:41:08 -07:00
sys_futex.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_getdents.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
sys_identity.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_inotify.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
sys_lseek.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
sys_mempolicy.go Enable automated marshalling for mempolicy syscalls. 2020-04-23 18:20:21 -07:00
sys_mmap.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
sys_mount.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_pipe.go Implement pipe(2) and pipe2(2) for VFS2. 2020-04-16 19:27:03 -07:00
sys_poll.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_prctl.go Add logging message for noNewPrivileges OCI option. 2020-04-10 20:32:23 -07:00
sys_random.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_read.go Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
sys_rlimit.go prlimit: don't check credentials on self 2020-04-17 15:33:05 -07:00
sys_rseq.go Implement rseq(2) 2020-01-06 11:42:44 -08:00
sys_rusage.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_sched.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
sys_seccomp.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_sem.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_shm.go Cleanup Shm reference handling 2020-01-06 09:29:19 -08:00
sys_signal.go Check sigsetsize in rt_sigaction 2020-01-28 11:26:09 -08:00
sys_socket.go Fix cleanup around socketpair() failure to copy out FDs. 2020-04-14 14:41:06 -07:00
sys_splice.go Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
sys_stat.go Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
sys_stat_amd64.go Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
sys_stat_arm64.go Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
sys_sync.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
sys_sysinfo.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_syslog.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_thread.go Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
sys_time.go Update package locations. 2020-01-27 15:31:32 -08:00
sys_timer.go timer_create(2) should return 0 on success 2020-02-04 13:27:39 -08:00
sys_timerfd.go Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonic 2019-07-19 10:44:45 -07:00
sys_tls.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
sys_utsname.go Enable uname syscall support on arm64. 2020-01-20 02:57:25 +00:00
sys_write.go Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
sys_xattr.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
timespec.go Update package locations. 2020-01-27 15:31:32 -08:00