From 5f7437d696751655893d55dae3a5e1f13588a39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E7=BC=96=E7=A8=8B=E7=9A=84=E5=8F=B6=E4=B8=80?= =?UTF-8?q?=E7=AC=91?= <92030377+love-code-yeyixiao@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:15:53 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2066a2c5e6..1b13ea3ca9 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Sandboxie Plus has a modern Qt-based UI, which supports all new features that ha * A trigger system to perform actions, when a sandbox goes through different stages, like initialization, box start, termination or file recovery * Make a process not sandboxed, but its child processes sandboxed * Sandboxing as a unit of control to force programs to automatically use the SOCKS5 proxy - * DNS resolution control with sandboxing as control granularity - * Limit the number of processes in the sandbox and the total amount of memory space they can occupy, and You can limit the total number of sandboxed processes per box - * A completely different token creation mechanism from Sandboxie's pre-open-source version makes sandboxes more independent in the system + * DNS resolution control with sandboxing as control granularity + * Limit the number of processes in the sandbox and the total amount of memory space they can occupy, and You can limit the total number of sandboxed processes per box + * A completely different token creation mechanism from Sandboxie's pre-open-source version makes sandboxes more independent in the system * Encrypted Sandbox - an AES-based reliable data storage solution. More features can be spotted by finding the sign `=` through the shortcut key Ctrl+F in the [CHANGELOG.md](./CHANGELOG.md) file.