File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,8 +658,7 @@ added. Capabilities listed in `RequiredDropCapabilities` must not be included in
658
658
659
659
**DefaultAddCapabilities** - The capabilities which are added to containers by
660
660
default, in addition to the runtime defaults. See the
661
- [Docker documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)
662
- for the default list of capabilities when using the Docker runtime.
661
+ the documentation for your container runtime for information on working with Linux capabilities.
663
662
664
663
# ## SELinux
665
664
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ kind: PodSecurityPolicy
3
3
metadata :
4
4
name : restricted
5
5
annotations :
6
+ # docker/default identifies a profile for seccomp, but it is not particularly tied to the Docker runtime
6
7
seccomp.security.alpha.kubernetes.io/allowedProfileNames : ' docker/default,runtime/default'
7
8
apparmor.security.beta.kubernetes.io/allowedProfileNames : ' runtime/default'
8
9
apparmor.security.beta.kubernetes.io/defaultProfileName : ' runtime/default'
You can’t perform that action at this time.
0 commit comments