Skip to content

Commit 36fb74f

Browse files
committed
[ja] Translate docs/reference/glossary/userns.md
1 parent 5cef7f7 commit 36fb74f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: User Namespace
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+
root権限をエミュレートするLinuxカーネルの機能。rootlessコンテナを実現するために使われます。
15+
16+
<!--more-->
17+
18+
User Namespaceは、非rootユーザーが管理者(root)権限をエミュレートできるLinuxカーネルの機能です。例えば、コンテナの外部で管理者権限を持っていなくてもコンテナを実行することができます。
19+
20+
User Namespaceは、コンテナブレークアウト攻撃による被害を軽減するのに効果的な対策です。
21+
22+
ここでのUser Namespaceは、Linuxカーネルの機能を指し、Kubernetesの{{< glossary_tooltip text="Namespace" term_id="namespace" >}}とは異なります。
23+
24+
<!-- TODO: https://kinvolk.io/blog/2020/12/improving-kubernetes-and-container-security-with-user-namespaces/ -->

0 commit comments

Comments
 (0)