You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/tutorials/clusters/apparmor.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
-
title: AppArmor
2
+
title: 使用 AppArmor 限制容器对资源的访问
3
3
content_type: tutorial
4
+
weight: 10
4
5
---
5
6
<!-- ---
6
7
reviewers:
7
8
- stclair
8
-
title: AppArmor
9
+
title: Restrict a Container's Access to Resources with AppArmor
9
10
content_type: tutorial
11
+
weight: 10
10
12
--- -->
11
13
12
14
<!-- overview -->
@@ -17,11 +19,15 @@ content_type: tutorial
17
19
<!-- AppArmor is a Linux kernel security module that supplements the standard Linux user and group based
18
20
permissions to confine programs to a limited set of resources. AppArmor can be configured for any
19
21
application to reduce its potential attack surface and provide greater in-depth defense. It is
20
-
configured through profiles tuned to whitelist the access needed by a specific program or container,
22
+
configured through profiles tuned to allow the access needed by a specific program or container,
21
23
such as Linux capabilities, network access, file permissions, etc. Each profile can be run in either
22
24
*enforcing* mode, which blocks access to disallowed resources, or *complain* mode, which only reports
23
25
violations. -->
24
-
Apparmor 是一个 Linux 内核安全模块,它补充了标准的基于 Linux 用户和组的安全模块将程序限制为有限资源集的权限。AppArmor 可以配置为任何应用程序减少潜在的攻击面,并且提供更加深入的防御。AppArmor 是通过配置文件进行配置的,这些配置文件被调整为报名单,列出了特定程序或者容器所需要的访问权限,如 Linux 功能、网络访问、文件权限等。每个配置文件都可以在*强制*模式(阻止访问不允许的资源)或*投诉*模式(仅报告冲突)下运行。
26
+
Apparmor 是一个 Linux 内核安全模块,它补充了标准的基于 Linux 用户和组的安全模块将程序限制为有限资源集的权限。
27
+
AppArmor 可以配置为任何应用程序减少潜在的攻击面,并且提供更加深入的防御。
28
+
AppArmor 是通过配置文件进行配置的,这些配置文件被调整为允许特定程序或者容器访问,如 Linux 功能、网络访问、文件权限等。
Copy file name to clipboardExpand all lines: content/zh/docs/tutorials/hello-minikube.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,15 +112,15 @@ This tutorial provides a container image that uses NGINX to echo back all the re
112
112
<!--
113
113
The `dashboard` command enables the dashboard add-on and opens the proxy in the default web browser. You can create Kubernetes resources on the dashboard such as Deployment and Service.
114
114
115
-
If you are running in an environment as root, see [Open Dashboard with URL](/docs/tutorials/hello-minikube#open-dashboard-with-url).
115
+
If you are running in an environment as root, see [Open Dashboard with URL](#open-dashboard-with-url).
116
116
117
117
To stop the proxy, run `Ctrl+C` to exit the process. The dashboard remains running.
118
118
-->
119
119
{{< note >}}
120
120
`dashboard` 命令启用仪表板插件,并在默认的 Web 浏览器中打开代理。你可以在仪表板上创建 Kubernetes 资源,例如 Deployment 和 Service。
0 commit comments