Skip to content

Commit

Permalink
[0.38] 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]>
Backported-by: Valentin Rothberg <[email protected]>
  • Loading branch information
Luap99 authored and vrothberg committed Jun 8, 2021
1 parent 0f160ba commit 4397009
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 @@ -197,7 +197,6 @@ func DefaultConfig() (*Config, error) {
NoHosts: false,
PidsLimit: DefaultPidsLimit,
PidNS: "private",
SeccompProfile: SeccompDefaultPath,
ShmSize: DefaultShmSize,
TZ: "",
Umask: "0022",
Expand Down

0 comments on commit 4397009

Please sign in to comment.