mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Update vendor of containers/buildah
Changes since 2022-05-31: - add --omit-history option (buildah PR 4028) Signed-off-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/chroot/seccomp.go
generated
vendored
3
vendor/github.com/containers/buildah/chroot/seccomp.go
generated
vendored
@@ -1,3 +1,4 @@
|
||||
//go:build linux && seccomp
|
||||
// +build linux,seccomp
|
||||
|
||||
package chroot
|
||||
@@ -21,7 +22,7 @@ func setSeccomp(spec *specs.Spec) error {
|
||||
mapAction := func(specAction specs.LinuxSeccompAction, errnoRet *uint) libseccomp.ScmpAction {
|
||||
switch specAction {
|
||||
case specs.ActKill:
|
||||
return libseccomp.ActKill
|
||||
return libseccomp.ActKillThread
|
||||
case specs.ActTrap:
|
||||
return libseccomp.ActTrap
|
||||
case specs.ActErrno:
|
||||
|
||||
Reference in New Issue
Block a user