mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Use seccomp_profile as default profile if defined in containers.conf
Edits `podman info` to provide the default seccomp profile detected in the output Signed-off-by: Pablo Correa Gómez <ablocorrea@hotmail.com>
This commit is contained in:
@ -17,6 +17,7 @@ type SecurityInfo struct {
|
||||
DefaultCapabilities string `json:"capabilities"`
|
||||
Rootless bool `json:"rootless"`
|
||||
SECCOMPEnabled bool `json:"seccompEnabled"`
|
||||
SECCOMPProfilePath string `json:"seccompProfilePath"`
|
||||
SELinuxEnabled bool `json:"selinuxEnabled"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user