mirror of https://github.com/docker/docs.git
add L62-L77
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
a61c5998f1
commit
05e7b79da0
|
@ -197,7 +197,7 @@ to the host.
|
||||||
This won't affect regular web apps; but malicious users will find that
|
This won't affect regular web apps; but malicious users will find that
|
||||||
the arsenal at their disposal has shrunk considerably! By default Docker
|
the arsenal at their disposal has shrunk considerably! By default Docker
|
||||||
drops all capabilities except [those
|
drops all capabilities except [those
|
||||||
needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go),
|
needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go#L62-L77),
|
||||||
a whitelist instead of a blacklist approach. You can see a full list of
|
a whitelist instead of a blacklist approach. You can see a full list of
|
||||||
available capabilities in [Linux
|
available capabilities in [Linux
|
||||||
manpages](http://man7.org/linux/man-pages/man7/capabilities.7.html).
|
manpages](http://man7.org/linux/man-pages/man7/capabilities.7.html).
|
||||||
|
|
Loading…
Reference in New Issue