You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/security/seccomp.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,8 @@ or not. You can adopt these defaults for your workload by setting the seccomp
272
272
type in the security context of a pod or container to `RuntimeDefault`.
273
273
274
274
{{< note >}}
275
-
If you have the `SeccompDefault`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) enabled, then Pods use the `RuntimeDefault` seccomp profile whenever
275
+
If you have the `SeccompDefault`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
276
+
enabled, then Pods use the `RuntimeDefault` seccomp profile whenever
276
277
no other seccomp profile is specified. Otherwise, the default is `Unconfined`.
0 commit comments