mirror of
https://github.com/containers/podman.git
synced 2025-12-10 15:47:46 +08:00
update buildah and c/common to latest
also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
13
vendor/github.com/containers/buildah/chroot/seccomp_freebsd.go
generated
vendored
Normal file
13
vendor/github.com/containers/buildah/chroot/seccomp_freebsd.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
//go:build freebsd && seccomp
|
||||
// +build freebsd,seccomp
|
||||
|
||||
package chroot
|
||||
|
||||
import (
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
func setSeccomp(spec *specs.Spec) error {
|
||||
// Ignore this on FreeBSD
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user