Skip to content

Commit b398f34

Browse files
committed
fix: link for moby container default capabilities
Signed-off-by: Austin Vazquez <[email protected]>
1 parent edf684d commit b398f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/security/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ to the host.
194194
This doesn't affect regular web apps, but reduces the vectors of attack by
195195
malicious users considerably. By default Docker
196196
drops all capabilities except [those
197-
needed](https://github.com/moby/moby/blob/master/oci/caps/defaults.go#L6-L19),
197+
needed](https://github.com/moby/moby/blob/master/daemon/pkg/oci/caps/defaults.go#L6-L19),
198198
an allowlist instead of a denylist approach. You can see a full list of
199199
available capabilities in [Linux
200200
manpages](https://man7.org/linux/man-pages/man7/capabilities.7.html).

0 commit comments

Comments
 (0)