parent
883ee1d544
commit
cb269a0ed0
|
@ -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 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 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 "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.
|
- 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
|
### Fixed
|
||||||
|
|
|
@ -1343,7 +1343,7 @@
|
||||||
<item row="12" column="1" colspan="5">
|
<item row="12" column="1" colspan="5">
|
||||||
<widget class="QCheckBox" name="chkACLs">
|
<widget class="QCheckBox" name="chkACLs">
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1470,7 +1470,7 @@
|
||||||
<item row="8" column="1" colspan="2">
|
<item row="8" column="1" colspan="2">
|
||||||
<widget class="QCheckBox" name="chkOpenWndStation">
|
<widget class="QCheckBox" name="chkOpenWndStation">
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue