浏览代码

A parenthesis omitted in Seccomp.md

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 年之前
父节点
当前提交
227cae6680
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/security/seccomp.md

+ 1 - 1
docs/security/seccomp.md

@@ -35,7 +35,7 @@ CONFIG_SECCOMP=y
 
 
 The default seccomp profile provides a sane default for running containers with
 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
 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
 ```json
 {
 {