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 1/2] 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. From 2bb3127cadaa2b38d0f4dd8b14672f8bf6a2be70 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: Thu, 4 Jul 2024 17:57:29 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6756da21..2066a2c5 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ 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 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 + * 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.