From 1894e0c2a44a881353fc4569f59b37b1db6bded8 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: Tue, 2 Jul 2024 17:27:04 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5df999e..6756da21 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ Sandboxie Plus has a modern Qt-based UI, which supports all new features that ha * Protections of sandboxes against the host, including the prevention of taking screenshots * 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 each box + * A completely different token creation mechanism from Sandboxie's pre-open-source version, making sandboxes more independent in the system + * Encrypted Sandbox - 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.