Skip to content

Commit

Permalink
Merge pull request #1773 from giuseppe/seccomp-allow-fchmodat2
Browse files Browse the repository at this point in the history
seccomp: allow fchmodat2
  • Loading branch information
openshift-merge-bot[bot] authored Dec 21, 2023
2 parents a328c8c + f5e1fef commit 4d7586e
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 @@ -142,6 +142,7 @@ func DefaultProfile() *Seccomp {
"fchdir",
"fchmod",
"fchmodat",
"fchmodat2",
"fchown",
"fchown32",
"fchownat",
Expand Down
1 change: 1 addition & 0 deletions pkg/seccomp/seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"fchdir",
"fchmod",
"fchmodat",
"fchmodat2",
"fchown",
"fchown32",
"fchownat",
Expand Down

0 comments on commit 4d7586e

Please sign in to comment.