From a61c5998f18d1a4920adf5c32482a09a1f0c7faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 21 Oct 2016 15:23:36 +0200 Subject: [PATCH] remove line numbers from caps link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- engine/security/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/security.md b/engine/security/security.md index 0ba0545430..dc761f7e26 100644 --- a/engine/security/security.md +++ b/engine/security/security.md @@ -197,7 +197,7 @@ to the host. This won't affect regular web apps; but malicious users will find that the arsenal at their disposal has shrunk considerably! By default Docker drops all capabilities except [those -needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go#L64-L79), +needed](https://github.com/docker/docker/blob/master/oci/defaults_linux.go), a whitelist instead of a blacklist approach. You can see a full list of available capabilities in [Linux manpages](http://man7.org/linux/man-pages/man7/capabilities.7.html).