-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ConfidentialBox UseSbieDeskHack docs
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Confidential Box | ||
|
||
_ConfidentialBox_ is a sandbox setting in [Sandboxie Ini](SandboxieIni.md). | ||
|
||
``` | ||
. | ||
. | ||
. | ||
[DefaultBox] | ||
ConfidentialBox=y | ||
``` | ||
|
||
Use the 'ConfidentialBox=y' option to prevent the host process from reading access to the isolated process. | ||
|
||
**Technical Details** | ||
|
||
For more information, see [Box Encryption](../PlusContent/BoxEncryption.md) and [Box Preset Comparison](../PlusContent/box-preset-comparison.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Use SbieDesk Hack | ||
|
||
_UseSbieDeskHack_ is a sandbox setting in [Sandboxie Ini](SandboxieIni.md). | ||
|
||
``` | ||
. | ||
. | ||
. | ||
[DefaultBox] | ||
UseSbieDeskHack=y | ||
``` | ||
|
||
A desktop object solution that is now enabled by default for all processes. | ||
|
||
**Technical Details** | ||
|
||
This is a desktop object solution that is used for all processes. | ||
|
||
It was initially implemented to address the issue of infinite callback problems caused by delayed loading (the infinite recursion problem has been resolved in version 0.4.0 / 5.43). | ||
|
||
It is now enabled by default. This allows Electron applications to run without the need to set the 'SpecialImage=chrome,program.exe' option. | ||
|
||
Related Sandboxie Plus setting: | ||
|
||
Sandbox Options > Various Options > Compatibility > Use desktop object workaround for all processes |