mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +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:
12
vendor/github.com/containers/buildah/selinux.go
generated
vendored
Normal file
12
vendor/github.com/containers/buildah/selinux.go
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
// +build selinux,linux
|
||||
|
||||
package buildah
|
||||
|
||||
import (
|
||||
"github.com/opencontainers/runtime-tools/generate"
|
||||
)
|
||||
|
||||
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
|
||||
g.SetProcessSelinuxLabel(processLabel)
|
||||
g.SetLinuxMountLabel(mountLabel)
|
||||
}
|
Reference in New Issue
Block a user