Skip to content

Commit 2cb3079

Browse files
authored
Merge pull request #31979 from tengqm/zh-glossary-userns
[zh] Add glossary userns
2 parents e904313 + db95127 commit 2cb3079

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: 用户名字空间
3+
id: userns
4+
date: 2021-07-13
5+
full_link: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
6+
short_description: >
7+
一种为非特权用户模拟超级用户特权的 Linux 内核功能特性。
8+
9+
aka:
10+
tags:
11+
- security
12+
---
13+
14+
<!--
15+
title: user namespace
16+
id: userns
17+
date: 2021-07-13
18+
full_link: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
19+
short_description: >
20+
A Linux kernel feature to emulate superuser privilege for unprivileged users.
21+
22+
aka:
23+
tags:
24+
- security
25+
-->
26+
27+
<!--
28+
A kernel feature to emulate root. Used for "rootless containers".
29+
-->
30+
用来模拟 root 用户的内核功能特性。用来支持“Rootless 容器”。
31+
32+
<!--more-->
33+
34+
<!--
35+
User namespaces are a Linux kernel feature that allows a non-root user to
36+
emulate superuser ("root") privileges,
37+
for example in order to run containers without being a superuser outside the container.
38+
-->
39+
用户名字空间(User Namespace)是一种 Linux 内核功能特性,允许非 root 用户
40+
模拟超级用户("root")的特权,例如用来运行容器却不必成为容器之外的超级用户。
41+
42+
<!--
43+
User namespace is effective for mitigating damage of potential container break-out attacks.
44+
-->
45+
用户名字空间对于缓解因潜在的容器逃逸攻击而言是有效的。
46+
47+
<!--
48+
In the context of user namespaces, the namespace is a Linux kernel feature, and not a
49+
{{< glossary_tooltip text="namespace" term_id="namespace" >}} in the Kubernetes sense
50+
of the term.
51+
-->
52+
在用户名字空间语境中,名字空间是 Linux 内核的功能特性而不是 Kubernetes 意义上的
53+
{{< glossary_tooltip text="名字空间" term_id="namespace" >}}概念。
54+
55+
<!-- TODO: https://kinvolk.io/blog/2020/12/improving-kubernetes-and-container-security-with-user-namespaces/ -->
56+

0 commit comments

Comments
 (0)