Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
daemon/config: rename the default seccomp profile to "builtin"
Browse files Browse the repository at this point in the history
Using "default" as a name is a bit ambiguous, because the _daemon_ default
can be changed using the '--seccomp-profile' daemon flag.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Upstream-commit: ac449d6b5ad29a5086824729ce54eec6b0cc8545
Component: engine
  • Loading branch information
thaJeztah committed Aug 7, 2021
1 parent e2b4c36 commit 77b0fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/engine/daemon/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const (
LinuxV2RuntimeName = "io.containerd.runc.v2"

// SeccompProfileDefault is the built-in default seccomp profile.
SeccompProfileDefault = "default"
SeccompProfileDefault = "builtin"
// SeccompProfileUnconfined is a special profile name for seccomp to use an
// "unconfined" seccomp profile.
SeccompProfileUnconfined = "unconfined"
Expand Down

0 comments on commit 77b0fe6

Please sign in to comment.