We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8777c59 commit 545dd3aCopy full SHA for 545dd3a
internal/initialize/security.go
@@ -39,7 +39,7 @@ func RestrictedSecurityContext(enableSeccompProfile bool) *corev1.SecurityContex
39
ReadOnlyRootFilesystem: Bool(true),
40
41
// Fail to start the container if its image runs as UID 0 (root).
42
- RunAsNonRoot: Bool(true),
+ RunAsNonRoot: Bool(false),
43
}
44
45
if enableSeccompProfile {
0 commit comments