mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
seccomp: add faccessat2 syscall.
related to https://patchwork.kernel.org/patch/11545287/
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
(cherry picked from commit 6a915a1453)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
8bd2becea2
commit
1575c88cc4
@@ -94,6 +94,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
||||
"exit",
|
||||
"exit_group",
|
||||
"faccessat",
|
||||
"faccessat2",
|
||||
"fadvise64",
|
||||
"fadvise64_64",
|
||||
"fallocate",
|
||||
|
||||
Reference in New Issue
Block a user