From 18cb17ffeb33195879730b2bc83e1a2c82310e6a Mon Sep 17 00:00:00 2001 From: Pablo Correa Gómez Date: Wed, 28 Apr 2021 15:19:19 +0200 Subject: Use seccomp_profile as default profile if defined in containers.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Edits `podman info` to provide the default seccomp profile detected in the output Signed-off-by: Pablo Correa Gómez --- libpod/define/info.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libpod/define/info.go') diff --git a/libpod/define/info.go b/libpod/define/info.go index 00146da48..87935be2d 100644 --- a/libpod/define/info.go +++ b/libpod/define/info.go @@ -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"` } -- cgit v1.2.3-54-g00ecf