Skip to content

Commit

Permalink
Merge pull request #743 from giuseppe/memfd_secret
Browse files Browse the repository at this point in the history
seccomp: allow memfd_secret
  • Loading branch information
openshift-merge-robot authored Aug 25, 2021
2 parents 89b535c + 9e4d711 commit 2dc0bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ func DefaultProfile() *Seccomp {
"madvise",
"mbind",
"memfd_create",
"memfd_secret",
"mincore",
"mkdir",
"mkdirat",
Expand Down
1 change: 1 addition & 0 deletions pkg/seccomp/seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"madvise",
"mbind",
"memfd_create",
"memfd_secret",
"mincore",
"mkdir",
"mkdirat",
Expand Down

0 comments on commit 2dc0bbb

Please sign in to comment.