Skip to content

Release v0.7.3 / 5.49.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@DavidXanatos DavidXanatos released this 30 Mar 20:46
· 4835 commits to master since this release

0 5 5

This build fixes many issues and improves on two important core mechanics.
Additionally it solves the signature issue with windows 7 the provisionally signed driver shouldn't be longer needed.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • added "UseSbieWndStation=y" to emulate CreateDesktop for selected processes, not only for Firefox and Chrome
  • added option to drop the console host process integrity, now you can use "DropConHostIntegrity=y"
  • added option to easily add local templates

Changed

  • reworked window hooking mechanism to improve performance
    -- resolves issues with file save dialogs taking 30+ sec to open
    -- this fix greatly improves the win32 GUI performance of sandboxed processes
  • reworked RPC resolver to be ini configurable
    -- the following options are now deprecated:
    --- "UseRpcMgmtSetComTimeout=some.dll,n", so use "RpcPortBinding=some.dll,*,TimeOut=y"
    --- "OpenUPnP=y", "OpenBluetooth=y", "OpenSmartCard=n" use the new templates instead
    -- See the Templates.ini for usage examples

Fixed

  • fixed process-specific hooks being applied to all processes in a given sandbox
  • fixed issue with messages and templates sometimes not being properly displayed in the SandMan UI
  • fixed issue with compatibility settings not being applied properly
  • fixed auto delete issue that got introduced with 0.7.1
  • fixed issue with NtSetInformationFile, FileDispositionInformation resulting in Opera installer failing
  • fixed issue with MacType introduced in the 0.7.2 build
  • fixed global sandboxed windows hooks not working when window rename option is disabled
  • fixed issue with saving local templates
  • fixed issue when using runas to start a process that was created outside of the Sandboxie supervision
    -- since the runas facility is not accessible by default, this did not constitute a security issue
    -- to enable runas functionality, add "OpenIpcPath=\RPC Control\SECLOGON" to your Sandboxie.ini
    -- please take note that doing so may open other yet unknown issues
  • fixed a driver compatibility issue with Windows 10 32 bit Insider Preview Build 21337
  • fixed issues with driver signature for windows 7