1.12.2
This commit is contained in:
parent
610f9c4cd2
commit
1fda969a1b
|
@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- FIXED SECURITY ISSUE ID-23 SeManageVolumePrivilege is now blocked, as it allowed to read MFT data (thanks Diversenok)
|
||||
- fixed issue with Microsoft Edge when using AutoDelete option [#post-3173507](https://www.wilderssecurity.com/threads/sandboxie-plus-v1-12-1-pre-release.452939/#post-3173507)
|
||||
- fixed warning issue `Acrobat.exe: SBIE2205 Service not implemented: CredEnumerateA` [#issuecomment-1826280016](https://github.com/sandboxie-plus/Sandboxie/issues/3441#issuecomment-1826280016)
|
||||
|
||||
- fixed UNEXPECTED_KERNEL_MODE_TRAP BSOD when opening any web link from sandboxed Microsoft 365 app (e.g. Outlook, Word) [#3427](https://github.com/sandboxie-plus/Sandboxie/issues/3427)
|
||||
|
||||
|
||||
## [1.12.1 / 5.67.1] - 2023-11-23
|
||||
|
|
|
@ -3959,6 +3959,14 @@ RpcPortBindingIfId=SSDP,{4B112204-0E19-11D3-B42B-0000F81FEB9F}
|
|||
DisableWinNtHook=MapViewOfSection
|
||||
DisableWinNtHook=YieldExecution
|
||||
|
||||
# CallEnclave causes a BSOD when kernel stack protection is enabled
|
||||
|
||||
DisableWinNtHook=CreateEnclave
|
||||
DisableWinNtHook=LoadEnclaveData
|
||||
DisableWinNtHook=InitializeEnclave
|
||||
DisableWinNtHook=CallEnclave
|
||||
DisableWinNtHook=TerminateEnclave
|
||||
|
||||
# filtered system calls not allowed
|
||||
|
||||
#DisableWinNtHook=CreatePagingFile
|
||||
|
|
Loading…
Reference in New Issue