mirror of
https://github.com/containers/podman.git
synced 2025-11-14 01:57:58 +08:00
Vendor in latest containers/buildah
Switch from projectatomic/buildah to containers/buildah Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
Normal file
10
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build !selinux !linux
|
||||
|
||||
package buildah
|
||||
|
||||
import (
|
||||
"github.com/opencontainers/runtime-tools/generate"
|
||||
)
|
||||
|
||||
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
|
||||
}
|
||||
Reference in New Issue
Block a user