File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
content/en/docs/reference/node Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,17 @@ The types of plugins that can place socket files into that directory are:
141
141
142
142
(typically ` /var/lib/kubelet/plugins_registry ` ).
143
143
144
- ## Seccomp
144
+ ## Security profiles & configuration
145
145
146
- Seccomp profile files referenced from Pods should be placed in ` /docs/reference/node/seccomp/ ` .
147
- See [ seccomp documentation] ( /docs/reference/node/seccomp/ ) for details.
146
+ ### Seccomp
148
147
149
- Note, apparmor profiles are being loaded via operating system rather then referenced by the path.
150
- See [ apparmor documentation] ( https://kubernetes.io/docs/tutorials/security/apparmor/#specifying-apparmor-confinement ) .
148
+ Seccomp profile files referenced from Pods should be placed in ` /var/lib/kubelet/seccomp ` .
149
+ See the [ seccomp reference] ( /docs/reference/node/seccomp/ ) for details.
150
+
151
+ ### AppArmor
152
+
153
+ The kubelet does not load or refer to AppArmor profiles by a Kubernetes-specific path.
154
+ AppArmor profiles are loaded via the node operating system rather then referenced by their path.
151
155
152
156
## Locking
153
157
You can’t perform that action at this time.
0 commit comments