[skip ci]
This commit is contained in:
offhub 2024-11-15 10:07:38 +03:00
parent 883ee1d544
commit cb269a0ed0
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added the ability to hide certificates in editbox in Global Setting (idea by Yeyixiao)
- added Opening a program in several sandboxes at once [#4231](https://github.com/sandboxie-plus/Sandboxie/issues/4231)
- added "Description" field inside the sandbox settings [#4243](https://github.com/sandboxie-plus/Sandboxie/issues/4243)
- added "NotifyMsiInstaller=y" enabled by default to display message SBIE2194 when an MSI installer is run in a box without the recomended excemptions [#4330](https://github.com/sandboxie-plus/Sandboxie/issues/4330)
- added "NotifyMsiInstaller=y" enabled by default to display message SBIE2194 when an MSI installer is run in a box without the recommended exemptions [#4330](https://github.com/sandboxie-plus/Sandboxie/issues/4330)
- SBIE2194: MSI installer requires 'MsiInstallerExemptions=y' option to be set in the ini to be able to work correctly, however this option weakens the isolation.
### Fixed

View File

@ -1343,7 +1343,7 @@
<item row="12" column="1" colspan="5">
<widget class="QCheckBox" name="chkACLs">
<property name="text">
<string>Use original Access Control Entries for boxed Files and Folders (for MSIServer enable excemptions)</string>
<string>Use original Access Control Entries for boxed Files and Folders (for MSIServer enable exemptions)</string>
</property>
</widget>
</item>
@ -1470,7 +1470,7 @@
<item row="8" column="1" colspan="2">
<widget class="QCheckBox" name="chkOpenWndStation">
<property name="text">
<string>Open Window Station (improves compatybility by reducing desktop isolation)</string>
<string>Open Window Station (improves compatibility by reducing desktop isolation)</string>
</property>
</widget>
</item>