diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-07-18 13:25:01 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:35:01 -0400 |
commit | 76fa8044723e41df7b9348f88e50d4d7c5f4d7c0 (patch) | |
tree | 7dbdbfbdd6924fc6001685fbc97c4fa31d87908c /vendor/github.com/opencontainers/runtime-tools/generate/seccomp | |
parent | e89550bcd37f4f201d181c48b93f9f0d4ffce3ea (diff) | |
download | podman-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.go | 1 |
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", |