[ja] Translate docs/reference/glossary/userns.md

pull/48891/head
Yoshiya Maki 2024-11-29 05:50:10 +09:00
parent 5cef7f72f9
commit 36fb74f502
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
title: User Namespace
id: userns
date: 2021-07-13
full_link: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
short_description: >
非特権ユーザーに対して管理者権限をエミュレートするLinuxカーネルの機能。
aka:
tags:
- security
---
root権限をエミュレートするLinuxカーネルの機能。rootlessコンテナを実現するために使われます。
<!--more-->
User Namespaceは、非rootユーザーが管理者(root)権限をエミュレートできるLinuxカーネルの機能です。例えば、コンテナの外部で管理者権限を持っていなくてもコンテナを実行することができます。
User Namespaceは、コンテナブレークアウト攻撃による被害を軽減するのに効果的な対策です。
ここでのUser Namespaceは、Linuxカーネルの機能を指し、Kubernetesの{{< glossary_tooltip text="Namespace" term_id="namespace" >}}とは異なります。
<!-- TODO: https://kinvolk.io/blog/2020/12/improving-kubernetes-and-container-security-with-user-namespaces/ -->