Merge pull request #1773 from giuseppe/seccomp-allow-fchmodat2

seccomp: allow fchmodat2
This commit is contained in:
openshift-merge-bot[bot] 2023-12-21 01:37:29 +00:00 committed by GitHub
commit 64aeafa759
2 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,7 @@ func DefaultProfile() *Seccomp {
"fchdir",
"fchmod",
"fchmodat",
"fchmodat2",
"fchown",
"fchown32",
"fchownat",

View File

@ -149,6 +149,7 @@
"fchdir",
"fchmod",
"fchmodat",
"fchmodat2",
"fchown",
"fchown32",
"fchownat",