Skip to content

Commit

Permalink
Leave default seccomp path empty
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Luap99 committed Jun 4, 2021
1 parent 86254d6 commit 9bc56cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func DefaultConfig() (*Config, error) {
PidsLimit: DefaultPidsLimit,
PidNS: "private",
RootlessNetworking: DefaultRootlessNetwork,
SeccompProfile: SeccompDefaultPath,
ShmSize: DefaultShmSize,
TZ: "",
Umask: "0022",
Expand Down

0 comments on commit 9bc56cd

Please sign in to comment.