Skip to content

Commit ad45b8f

Browse files
authored
Merge pull request #23162 from austinvazquez/fix-moby-engine-links
fix: link for moby container default capabilities
2 parents edf684d + b398f34 commit ad45b8f

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)