From 227cae6680d9c2ff8b1583ab4efdec54bdc36688 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Tue, 2 Aug 2016 12:24:15 +0800 Subject: [PATCH] A parenthesis omitted in Seccomp.md Signed-off-by: lixiaobing10051267 --- docs/security/seccomp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/seccomp.md b/docs/security/seccomp.md index 00cfd7915d..84ec5daba4 100644 --- a/docs/security/seccomp.md +++ b/docs/security/seccomp.md @@ -35,7 +35,7 @@ CONFIG_SECCOMP=y The default seccomp profile provides a sane default for running containers with seccomp and disables around 44 system calls out of 300+. It is moderately protective while providing wide application -compatibility. The default Docker profile (found [here](https://github.com/docker/docker/blob/master/profiles/seccomp/default.json) has a JSON layout in the following form: +compatibility. The default Docker profile (found [here](https://github.com/docker/docker/blob/master/profiles/seccomp/default.json)) has a JSON layout in the following form: ```json {