File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +25
-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
+ - user namespace
11
+ tags :
12
+ - security
13
+ ---
14
+
15
+ root権限をエミュレートするLinuxカーネルの機能。rootlessコンテナを実現するために使われます。
16
+
17
+ <!-- more-->
18
+
19
+ ユーザー名前空間は、非rootユーザーが管理者(root)権限をエミュレートできるLinuxカーネルの機能です。例えば、コンテナの外部で管理者権限を持っていなくてもコンテナを実行することができます。
20
+
21
+ ユーザー名前空間は、コンテナブレークアウト攻撃による被害を軽減するのに効果的な対策です。
22
+
23
+ ここでのユーザー名前空間は、Linuxカーネルの機能を指し、Kubernetesの{{< glossary_tooltip text="Namespace" term_id="namespace" >}}とは異なります。
24
+
25
+ <!-- TODO: https://kinvolk.io/blog/2020/12/improving-kubernetes-and-container-security-with-user-namespaces/ -->
You can’t perform that action at this time.
0 commit comments