diff --git a/CHANGELOG.md b/CHANGELOG.md index 9842d075e0..c090f1a67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed symbolic links created inside a sandbox not working properly [#3181](https://github.com/sandboxie-plus/Sandboxie/issues/3181) - fixed issue with drives mounted to multiple fodlers or a drive lettet and a folder - fixed issue with file paths when using boxes a with relocated root (e.g. to an ImDisk volume) +- fixed issue with explorer on windows 11 when usign SysCallLockDown=y [#3516](https://github.com/sandboxie-plus/Sandboxie/issues/3516) diff --git a/Sandboxie/install/Templates.ini b/Sandboxie/install/Templates.ini index b21ea50bfd..5285e265ea 100644 --- a/Sandboxie/install/Templates.ini +++ b/Sandboxie/install/Templates.ini @@ -4050,7 +4050,14 @@ ApproveWinNtSysCall=AlpcOpenSenderThread ApproveWinNtSysCall=OpenKey ApproveWinNtSysCall=OpenKeyEx ApproveWinNtSysCall=CreateKey +#ApproveWinNtSysCall=DeleteKey ApproveWinNtSysCall=SetValueKey +#ApproveWinNtSysCall=SaveKey +#ApproveWinNtSysCall=SaveKeyEx +ApproveWinNtSysCall=LoadKey +ApproveWinNtSysCall=LoadKey2 +ApproveWinNtSysCall=LoadKey3 +ApproveWinNtSysCall=LoadKeyEx ApproveWinNtSysCall=SetInformationFile ApproveWinNtSysCall=SetInformationKey