diff --git a/docs/en/server/releasenotes/key_features.md b/docs/en/server/releasenotes/key_features.md index fe7b08f94c7fdc2129aac65f5eb8b17056bf3da7..20ad291f7392a8a87e4bb548597bf5a5e31b1eb8 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**