Fix link to default capabilities

This commit is contained in:
Florencio Cano 2020-10-02 14:17:00 +02:00
parent c3bcd2bc6c
commit fff272f7e3
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ to the host.
This doesn't affect regular web apps, but reduces the vectors of attack by
malicious users considerably. By default Docker
drops all capabilities except [those
needed](https://github.com/moby/moby/blob/master/oci/defaults.go#L14-L30),
needed](https://github.com/moby/moby/blob/master/oci/caps/defaults.go#L6-L19),
an allowlist instead of a denylist approach. You can see a full list of
available capabilities in [Linux
manpages](http://man7.org/linux/man-pages/man7/capabilities.7.html).