This commit is contained in:
parent
03386bc5ee
commit
d037a7e1b4
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue