Skip to content

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]>
  • Loading branch information
thaJeztah committed Aug 7, 2021
1 parent ee02257 commit ac449d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 ac449d6

Please sign in to comment.