Fix seccomp typo, postgres path and DCA exam details

This commit is contained in:
yeasy
2026-04-28 04:21:10 +00:00
parent 16203c5018
commit 4d1e323faf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
一个普通的 Linux 内核提供了 300 多个系统调用而一个正常运行的容器化应用例如 Nginx 服务通常只会用到几十个调用这就给攻击者留下了大量的闲置入口点来进行内核层的缓冲区溢出攻击
Docker 默认启用了 Seccomp 并利用预置的 [默认配置文件](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json) 将可以利用的系统调用缩减到了不足一半(默认禁用了 44 个危险的统调用,比如修改时区或重启系统)。
Docker 默认启用了 Seccomp 并利用预置的 [默认配置文件](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json) 将可以利用的系统调用缩减到了不足一半(默认禁用了 44 个危险的统调用,比如修改时区或重启系统)。
如果你对应用的系统调用特征了如指掌你可以为容器定制专属规则
+1 -1
View File
@@ -190,7 +190,7 @@ ENV PG_MAJOR 9.3
ENV PG_VERSION 9.3.4
RUN curl -SL http://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgress && …
RUN curl -SL http://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgres && …
ENV PATH /usr/local/postgres-$PG_MAJOR/bin:$PATH
```
+2 -2
View File
@@ -434,8 +434,8 @@ Kubernetes 进阶 (Week 24-36)
- 题目数55
- 时间限制90 分钟
- 及格分数73% 41 道题
- 费用$165 USD
- 有效期3
- 费用$199 USD
- 有效期2
考试内容比例
```text