From 9bc56cd002bc76534f75101695d06b756814c351 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 4 Jun 2021 12:55:23 +0200 Subject: [PATCH] Leave default seccomp path empty The default path should be empty in order for podman to distinguish between a path the was explicitly or to use the default (in memory) profile. Fixes: containers/podman#10556 Signed-off-by: Paul Holzinger --- pkg/config/default.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/config/default.go b/pkg/config/default.go index b467cc003..86b6cad18 100644 --- a/pkg/config/default.go +++ b/pkg/config/default.go @@ -198,7 +198,6 @@ func DefaultConfig() (*Config, error) { PidsLimit: DefaultPidsLimit, PidNS: "private", RootlessNetworking: DefaultRootlessNetwork, - SeccompProfile: SeccompDefaultPath, ShmSize: DefaultShmSize, TZ: "", Umask: "0022",