Skip to content

Commit

Permalink
Merge pull request moby#46762 from akerouanton/seccomp-io_uring
Browse files Browse the repository at this point in the history
seccomp: block io_uring_* syscalls in default profile
  • Loading branch information
thaJeztah authored Nov 2, 2023
2 parents 2f138d8 + 891241e commit ec32f0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions profiles/seccomp/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"landlock_add_rule",
Expand Down
3 changes: 0 additions & 3 deletions profiles/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ func DefaultProfile() *Seccomp {
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"landlock_add_rule",
Expand Down

0 comments on commit ec32f0d

Please sign in to comment.