summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runtime-tools/generate/seccomp
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-07-18 13:25:01 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:35:01 -0400
commit76fa8044723e41df7b9348f88e50d4d7c5f4d7c0 (patch)
tree7dbdbfbdd6924fc6001685fbc97c4fa31d87908c /vendor/github.com/opencontainers/runtime-tools/generate/seccomp
parente89550bcd37f4f201d181c48b93f9f0d4ffce3ea (diff)
downloadpodman-76fa8044723e41df7b9348f88e50d4d7c5f4d7c0.tar.gz
podman-76fa8044723e41df7b9348f88e50d4d7c5f4d7c0.tar.bz2
podman-76fa8044723e41df7b9348f88e50d4d7c5f4d7c0.zip
Vendor in latests containers/storage and opencontainers/runtime-tools
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/opencontainers/runtime-tools/generate/seccomp')
-rw-r--r--vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go b/vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go
index 8a8dc3970..12bc44d6d 100644
--- a/vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go
+++ b/vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go
@@ -303,6 +303,7 @@ func DefaultProfile(rs *specs.Spec) *rspec.LinuxSeccomp {
"stat64",
"statfs",
"statfs64",
+ "statx",
"symlink",
"symlinkat",
"sync",