From 66375cb3cd361296a0a755cb95a5b70a49f0953d Mon Sep 17 00:00:00 2001 From: cjbzl Date: Tue, 28 Oct 2025 07:19:57 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=8F=A5=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjbzl --- docs/en/server/releasenotes/key_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server/releasenotes/key_features.md b/docs/en/server/releasenotes/key_features.md index fe7b08f..20ad291 100644 --- a/docs/en/server/releasenotes/key_features.md +++ b/docs/en/server/releasenotes/key_features.md @@ -373,7 +373,7 @@ safeguard helps protect the Linux kernel and the OS based on eBPF by interceptin - Access control can be customized. eBPF checks the identity, permissions, and environment of a user who requests access to a file, and allows or denies the request based on custom rules. - - Audit and monitoring can be customized. For example, eBPF records the information about operations on certain files, such as the operator, time, and action, and outputs the information to the logs + - Audit and monitoring can be customized. For example, eBPF records the information about operations on certain files, such as the operator, time, and action, and outputs the information to the logs. - **Process safeguarding** -- Gitee