Skip to content

Commit

Permalink
1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 22, 2023
1 parent 0357235 commit dd37fc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
7 changes: 7 additions & 0 deletions Sandboxie/install/Templates.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd37fc3

Please sign in to comment.