From 594ac27072fe0f992e171e617f91e626664f8cfa Mon Sep 17 00:00:00 2001 From: isaak654 Date: Wed, 7 Sep 2022 23:17:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1149c1..97bacf66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,25 +8,27 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.3.3 / 5.58.3] - 2022-09-?? ### Added -- added username notation when the LogFile registry setting is applied as workaround for [#2207](https://github.com/sandboxie-plus/Sandboxie/issues/2207) +- added domain\user notation when the LogFile registry setting is applied as workaround for [#2207](https://github.com/sandboxie-plus/Sandboxie/issues/2207) -- usage: in "HKLM\SYSTEM\CurrentControlSet\Services\SbieSvc" add REG_SZ "LogFile" with "3;[path]\Sandboxie.log" -- added option to block host processes from accessing sandboxed once [#2132](https://github.com/sandboxie-plus/Sandboxie/issues/2132) +- added option to block host processes from accessing sandboxed ones [#2132](https://github.com/sandboxie-plus/Sandboxie/issues/2132) -- usage: DenyHostAccess=Program.exe,y --- note: by default this protection only applyied for write access, that is unsandboxed processes will still be able to obtain read only access --- to prevent host processes from obtaining read access ConfidentialBox=y must also be set, which require a supporter certificate -- added compatybility template for ReHIPS +-- note: by default, this protection only applies for write access, that is, unsandboxed processes will still be able to obtain read-only access +-- to prevent host processes from obtaining read access, ConfidentialBox=y must also be set, which require a supporter certificate +- added compatibility template for ReHIPS ### Changed -- improved sandman settings behaviour for non admin users [#2123](https://github.com/sandboxie-plus/Sandboxie/issues/2123) +- improved SandMan settings behaviour for non admin users [#2123](https://github.com/sandboxie-plus/Sandboxie/issues/2123) ### Fixed - fixed issues with group moving via drag and drop -- approved more required syscalls +- approved more required syscalls [#2190](https://github.com/sandboxie-plus/Sandboxie/issues/2190) - fixed issues when deleting box content and the file panel view is open - fixed issue with config protection [#2206](https://github.com/sandboxie-plus/Sandboxie/issues/2206) - fixed issue with default box [#2195](https://github.com/sandboxie-plus/Sandboxie/issues/2195) - fixed issue with keyboard delete shortcut for process termination +### Removed +- removed obsolete Online Armor template