mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Update vendor of containers/(storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/common/pkg/config/config_linux.go
generated
vendored
3
vendor/github.com/containers/common/pkg/config/config_linux.go
generated
vendored
@ -17,6 +17,9 @@ const (
|
||||
// DefaultSignaturePolicyPath is the default value for the
|
||||
// policy.json file.
|
||||
DefaultSignaturePolicyPath = "/etc/containers/policy.json"
|
||||
|
||||
// Mount type for mounting host dir
|
||||
_typeBind = "bind"
|
||||
)
|
||||
|
||||
func selinuxEnabled() bool {
|
||||
|
Reference in New Issue
Block a user