Merge pull request #4493 from thaJeztah/seccomp_uring

seccomp: allow io-uring related system calls
This commit is contained in:
Michael Crosby 2020-08-25 11:39:45 -04:00 committed by GitHub
commit f9d231f660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"ioprio_set", "ioprio_set",
"io_setup", "io_setup",
"io_submit", "io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc", "ipc",
"kill", "kill",
"lchown", "lchown",