seccomp: allow add preadv2 and pwritev2 syscalls

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-08-24 12:01:12 +02:00
parent c8523cc5bb
commit 7e7545e556
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -235,11 +235,13 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"prctl",
"pread64",
"preadv",
"preadv2",
"prlimit64",
"pselect6",
"pselect6_time64",
"pwrite64",
"pwritev",
"pwritev2",
"read",
"readahead",
"readlink",