Skip to content

Commit 7e7545e

Browse files
committed
seccomp: allow add preadv2 and pwritev2 syscalls
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c8523cc commit 7e7545e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,13 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
235235
"prctl",
236236
"pread64",
237237
"preadv",
238+
"preadv2",
238239
"prlimit64",
239240
"pselect6",
240241
"pselect6_time64",
241242
"pwrite64",
242243
"pwritev",
244+
"pwritev2",
243245
"read",
244246
"readahead",
245247
"readlink",

0 commit comments

Comments
 (0)