mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
vendor latest c/common
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
23
vendor/github.com/containers/common/pkg/config/config_bsd.go
generated
vendored
Normal file
23
vendor/github.com/containers/common/pkg/config/config_bsd.go
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
//go:build (freebsd || netbsd || openbsd)
|
||||
|
||||
package config
|
||||
|
||||
const (
|
||||
// OverrideContainersConfig holds the default config path overridden by the root user
|
||||
OverrideContainersConfig = "/usr/local/etc/" + _configPath
|
||||
|
||||
// DefaultContainersConfig holds the default containers config path
|
||||
DefaultContainersConfig = "/usr/local/share/" + _configPath
|
||||
|
||||
// DefaultSignaturePolicyPath is the default value for the
|
||||
// policy.json file.
|
||||
DefaultSignaturePolicyPath = "/usr/local/etc/containers/policy.json"
|
||||
)
|
||||
|
||||
var defaultHelperBinariesDir = []string{
|
||||
"/usr/local/bin",
|
||||
"/usr/local/libexec/podman",
|
||||
"/usr/local/lib/podman",
|
||||
"/usr/local/libexec/podman",
|
||||
"/usr/local/lib/podman",
|
||||
}
|
||||
Reference in New Issue
Block a user