> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20220910-an-quan-xing/letter-from-the-foundation.md).

# 基金会来信

* 原文：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2022/11/foundation_letter.pdf)
* 作者：Ed Maste、编辑委员会

## 欢迎阅读最新一期 FreeBSD 期刊安全专题。

作为副安全官，我对以安全为主题的期刊格外关注，这一期没有让人失望。从介绍使用 CARP 实现网络冗余、CHERI Ports 与软件包，到 PAM 与 SSH 的小窍门，本期涵盖了有助于保障系统安全的技术概览。FreeBSD 安全团队成员也坐下来，谈了谈团队如何运作以及我们为何要做这些事。

感谢 FreeBSD 安全团队的志愿者们：

* Gordon Tetlow
* Baptiste Daroussin
* Xin Li
* Dag-Erling Smørgrav
* Glen Barber
* Ed Maste
* Mark Johnston
* Mariusz Zaborski
* Philip Paeps

一如既往，感谢 FreeBSD 基金会，让《FreeBSD 期刊》免费可读！别忘了与朋友和同事分享，如果你有未来各期的故事创意，请通过 <jmauer@freebsdjournal.com> 告诉我们。

最后，感谢所有为本期付出心血的人。希望你喜欢本期内容！

**Ed Maste** FreeBSD 基金会技术高级总监，FreeBSD Core Team 成员


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20220910-an-quan-xing/letter-from-the-foundation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
