Merge pull request #46762 from akerouanton/seccomp-io_uring

seccomp: block io_uring_* syscalls in default profile
This commit is contained in:
Sebastiaan van Stijn 2023-11-02 21:10:29 +01:00 committed by GitHub
commit ec32f0db82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -183,9 +183,6 @@
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"landlock_add_rule",

View file

@ -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",