File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments