From 2e74dd0b1e73e927b5294a7e3dce05afebea8583 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:43:16 +0100 Subject: [PATCH] 1.13.2 fixed #3660 --- CHANGELOG.md | 2 ++ Sandboxie/core/dll/file_link.c | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66cb2e1..8d2d19e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - added menu entry to restart Sandman as admin [#3581](https://github.com/sandboxie-plus/Sandboxie/issues/3581) (thx Yeyixiao) - added option to block taking screen capture/screenshot of sandboxed processes [#624](https://github.com/sandboxie-plus/Sandboxie/issues/624) (thx Yeyixiao) +- Sandman, suspend all processes [#3582](https://github.com/sandboxie-plus/Sandboxie/issues/3582) ### Fixed - fixed shortcut issue with suspending all processes [#3582](https://github.com/sandboxie-plus/Sandboxie/issues/3582#issuecomment-1969628215) +- fixed Privacy Mode, NormalFilePath and Symbolic Link Problem [#3660](https://github.com/sandboxie-plus/Sandboxie/issues/3660) diff --git a/Sandboxie/core/dll/file_link.c b/Sandboxie/core/dll/file_link.c index 9c5b1c2a..66904cb0 100644 --- a/Sandboxie/core/dll/file_link.c +++ b/Sandboxie/core/dll/file_link.c @@ -1171,9 +1171,15 @@ _FX FILE_LINK *File_AddTempLink(WCHAR *path) } } - } else + } else { + newpath = path; + BOOLEAN use_rule_specificity = (Dll_ProcessFlags & SBIE_FLAG_RULE_SPECIFICITY) != 0; + if(use_rule_specificity) + stop = FALSE; + } + // // add the new link and return //