We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7e444 commit d4a61f6Copy full SHA for d4a61f6
pkg/cmd/server/bootstrappolicy/securitycontextconstraints.go
@@ -94,7 +94,8 @@ func GetBootstrapSecurityContextConstraints(sccNameToAdditionalGroups map[string
94
SupplementalGroups: securityapi.SupplementalGroupsStrategyOptions{
95
Type: securityapi.SupplementalGroupsStrategyRunAsAny,
96
},
97
- SeccompProfiles: []string{"*"},
+ SeccompProfiles: []string{"*"},
98
+ AllowedUnsafeSysctls: []string{"*"},
99
100
// SecurityContextConstraintNonRoot does not allow host access, allocates SELinux labels
101
// and allows the user to request a specific UID or provide the default in the dockerfile.
0 commit comments