Skip to content

Commit

Permalink
seccomp: whitelist io-uring related system calls
Browse files Browse the repository at this point in the history
Signed-off-by: youcai <omegacoleman@gmail.com>
  • Loading branch information
omegacoleman committed Sep 7, 2019
1 parent 4ce0402 commit f4d41f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/seccomp/default.json
Expand Up @@ -167,6 +167,9 @@
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"lchown",
Expand Down
3 changes: 3 additions & 0 deletions profiles/seccomp/seccomp_default.go
Expand Up @@ -160,6 +160,9 @@ func DefaultProfile() *types.Seccomp {
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"lchown",
Expand Down

0 comments on commit f4d41f1

Please sign in to comment.