We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bed6565 + 0e31a40 commit cf0e60fCopy full SHA for cf0e60f
content/en/docs/tutorials/security/apparmor.md
@@ -158,7 +158,7 @@ kubectl get events | grep Created
158
You can also verify directly that the container's root process is running with the correct profile by checking its proc attr:
159
160
```shell
161
-kubectl exec <pod_name> cat /proc/1/attr/current
+kubectl exec <pod_name> -- cat /proc/1/attr/current
162
```
163
164
k8s-apparmor-example-deny-write (enforce)
0 commit comments