mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
containers.conf: add privileged field to containers table
As requested in containers/podman/issues/20000, add a `privileged` field to the containers table in containers.conf. I was hesitant to add such a field at first (for security reasons) but I understand that such a field can come in handy when using modules - certain workloads require a privileged container. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/libnetwork/netavark/network.go
generated
vendored
4
vendor/github.com/containers/common/libnetwork/netavark/network.go
generated
vendored
@@ -53,7 +53,7 @@ type netavarkNetwork struct {
|
||||
// ipamDBPath is the path to the ip allocation bolt db
|
||||
ipamDBPath string
|
||||
|
||||
// syslog describes whenever the netavark debbug output should be log to the syslog as well.
|
||||
// syslog describes whenever the netavark debug output should be log to the syslog as well.
|
||||
// This will use logrus to do so, make sure logrus is set up to log to the syslog.
|
||||
syslog bool
|
||||
|
||||
@@ -93,7 +93,7 @@ type InitConfig struct {
|
||||
// PluginDirs list of directories were netavark plugins are located
|
||||
PluginDirs []string
|
||||
|
||||
// Syslog describes whenever the netavark debbug output should be log to the syslog as well.
|
||||
// Syslog describes whenever the netavark debug output should be log to the syslog as well.
|
||||
// This will use logrus to do so, make sure logrus is set up to log to the syslog.
|
||||
Syslog bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user