From d037a7e1b47f3119629959bd869f07c23affc5f1 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:26:54 +0100 Subject: [PATCH] #3505 --- CHANGELOG.md | 1 + Sandboxie/install/Templates.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5052b718..1277cc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Windows Explorer has difficulty navigating when running in a sandbox with data protection enabled on Windows 11 [#3517](https://github.com/sandboxie-plus/Sandboxie/issues/3517) [#3516](https://github.com/sandboxie-plus/Sandboxie/issues/3516) - the default template for privacy boxes now sets NormalFilePath=%ProgramData%\Microsoft\ - MessageBox with MB_DEFAULT_DESKTOP_ONLY or MB_SERVICE_NOTIFICATION can not display title and text correctly in security hardened box. [#3529](https://github.com/sandboxie-plus/Sandboxie/issues/3529) +- Can't run npm inside security hardened sandbox on Windows 11 [#3505](https://github.com/sandboxie-plus/Sandboxie/issues/3505) ## [1.12.6 / 5.67.6] - 2024-01-02 diff --git a/Sandboxie/install/Templates.ini b/Sandboxie/install/Templates.ini index 643f38fe..94e9a5af 100644 --- a/Sandboxie/install/Templates.ini +++ b/Sandboxie/install/Templates.ini @@ -411,6 +411,8 @@ NormalFilePath=\Device\MountPointManager NormalFilePath=\Device\Ndis NormalFilePath=\Device\PcwDrv NormalFilePath=\Device\Null +NormalFilePath=\Device\BootDevice\Windows\* +NormalFilePath=\Device\BootPartition\Windows\* # Smart App Control NormalFilePath=\Device\SrpDevice