diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-02 10:27:03 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-02 10:27:03 -0700 |
commit | 02cff90ad9f9b19c3d97110842eb962be0723e83 (patch) | |
tree | 4b100cef59ee1d797d1c1d13a8c8741e5a3d50c4 /pkg/sentry/syscalls/linux/vfs2/vfs2.go | |
parent | 7f39d5342873f00a6d0a89c27ed4744168fa01bc (diff) | |
parent | 71c523b8f9a8ad1ab2ce37423e0d8fc8d3762f24 (diff) |
Merge pull request #4035 from lubinszARM:pr_misc_01
PiperOrigin-RevId: 335051794
Diffstat (limited to 'pkg/sentry/syscalls/linux/vfs2/vfs2.go')
-rw-r--r-- | pkg/sentry/syscalls/linux/vfs2/vfs2.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/syscalls/linux/vfs2/vfs2.go b/pkg/sentry/syscalls/linux/vfs2/vfs2.go index 0df3bd449..41c25946d 100644 --- a/pkg/sentry/syscalls/linux/vfs2/vfs2.go +++ b/pkg/sentry/syscalls/linux/vfs2/vfs2.go @@ -227,6 +227,7 @@ func Override() { s.Table[76] = syscalls.Supported("splice", Splice) s.Table[77] = syscalls.Supported("tee", Tee) s.Table[78] = syscalls.Supported("readlinkat", Readlinkat) + s.Table[79] = syscalls.Supported("newfstatat", Newfstatat) s.Table[80] = syscalls.Supported("fstat", Fstat) s.Table[81] = syscalls.Supported("sync", Sync) s.Table[82] = syscalls.Supported("fsync", Fsync) |