Merge pull request #1773 from giuseppe/seccomp-allow-fchmodat2
seccomp: allow fchmodat2
This commit is contained in:
commit
64aeafa759
|
|
@ -142,6 +142,7 @@ func DefaultProfile() *Seccomp {
|
|||
"fchdir",
|
||||
"fchmod",
|
||||
"fchmodat",
|
||||
"fchmodat2",
|
||||
"fchown",
|
||||
"fchown32",
|
||||
"fchownat",
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@
|
|||
"fchdir",
|
||||
"fchmod",
|
||||
"fchmodat",
|
||||
"fchmodat2",
|
||||
"fchown",
|
||||
"fchown32",
|
||||
"fchownat",
|
||||
|
|
|
|||
Loading…
Reference in New Issue