Skip to content

Commit 65d4e45

Browse files
committed
Fix issue yeasy#176: remove the dead links
1 parent f1445d7 commit 65d4e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/kernel_capability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Linux 内核自 2.2 版本起就支持能力机制,它将权限划分为更加
2222

2323
这样,就算攻击者在容器中取得了 root 权限,也不能获得本地主机的较高权限,能进行的破坏也有限。
2424

25-
默认情况下,Docker采用 [白名单](https://github.com/docker/docker/blob/master/daemon/execdriver/native/template/default_template.go) 机制,禁用 [必需功能](https://github.com/docker/docker/blob/master/daemon/execdriver/native/template/default_template.go) 之外的其它权限
25+
默认情况下,Docker采用白名单机制,禁用必需功能之外的其它权限
2626
当然,用户也可以根据自身需求来为 Docker 容器启用额外的权限。

0 commit comments

Comments
 (0)