mirror of
https://github.com/containers/podman.git
synced 2025-12-06 21:57:50 +08:00
vendor: update c/{common, image, storage} to latest main
Just to make sure everything still works ahead of monorepo move. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/common/pkg/config/config_darwin.go
generated
vendored
8
vendor/github.com/containers/common/pkg/config/config_darwin.go
generated
vendored
@@ -1,11 +1,11 @@
|
||||
package config
|
||||
|
||||
const (
|
||||
// OverrideContainersConfig holds the default config path overridden by the root user
|
||||
OverrideContainersConfig = "/etc/" + _configPath
|
||||
// overrideContainersConfig holds the default config path overridden by the root user.
|
||||
overrideContainersConfig = "/etc/" + _configPath
|
||||
|
||||
// DefaultContainersConfig holds the default containers config path
|
||||
DefaultContainersConfig = "/usr/share/" + _configPath
|
||||
// defaultContainersConfig holds the default containers config path.
|
||||
defaultContainersConfig = "/usr/share/" + _configPath
|
||||
|
||||
// DefaultSignaturePolicyPath is the default value for the
|
||||
// policy.json file.
|
||||
|
||||
Reference in New Issue
Block a user