Skip to content

Commit

Permalink
seccomp: allow clone3
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jun 16, 2021
1 parent f10e62c commit 78ac839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func DefaultProfile() *Seccomp {
{
Names: []string{
"bdflush",
"clone3",
"io_pgetevents",
"io_uring_enter",
"io_uring_register",
Expand Down Expand Up @@ -118,6 +117,7 @@ func DefaultProfile() *Seccomp {
"clock_nanosleep",
"clock_nanosleep_time64",
"clone",
"clone3",
"close",
"close_range",
"connect",
Expand Down
2 changes: 1 addition & 1 deletion pkg/seccomp/seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
{
"names": [
"bdflush",
"clone3",
"io_pgetevents",
"io_uring_enter",
"io_uring_register",
Expand Down Expand Up @@ -124,6 +123,7 @@
"clock_nanosleep",
"clock_nanosleep_time64",
"clone",
"clone3",
"close",
"close_range",
"connect",
Expand Down

0 comments on commit 78ac839

Please sign in to comment.