Skip to content

Commit

Permalink
Merge "container - security context - set the RuntimeDefault for Secc…
Browse files Browse the repository at this point in the history
…omp profile"
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Oct 30, 2023
2 parents f45fc60 + 03f84c7 commit 5670be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/libs/base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ func MkSecurityContext(privileged bool) *apiv1.SecurityContext {
"ALL",
},
},
SeccompProfile: &apiv1.SeccompProfile{
Type: apiv1.SeccompProfileTypeRuntimeDefault,
},
}
}

Expand Down

0 comments on commit 5670be0

Please sign in to comment.