mirror of
https://github.com/containers/podman.git
synced 2025-12-13 10:28:48 +08:00
fix(deps): update github.com/containers/common digest to ea87b34
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
6
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
6
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@@ -143,6 +143,12 @@ type ContainersConfig struct {
|
||||
// Labeling to separate containers (SELinux)
|
||||
EnableLabeling bool `toml:"label,omitempty"`
|
||||
|
||||
// EnableLabeledUsers indicates whether to enforce confined users with
|
||||
// containers on SELinux systems. This option causes containers to
|
||||
// maintain the current user and role field of the calling process.
|
||||
// Otherwise containers run with user system_u, and the role system_r.
|
||||
EnableLabeledUsers bool `toml:"label_users,omitempty"`
|
||||
|
||||
// Env is the environment variable list for container process.
|
||||
Env []string `toml:"env,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user