mirror of
https://github.com/containers/podman.git
synced 2025-11-13 17:47:13 +08:00
Vendor in containers/buildah 1.16.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
4
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
@@ -6,5 +6,9 @@ import (
|
||||
"github.com/opencontainers/runtime-tools/generate"
|
||||
)
|
||||
|
||||
func selinuxGetEnabled() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user