forked from sandboxie-plus/sandboxie-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hand optimized markdown port of the website dump
- Loading branch information
1 parent
396b52f
commit d252a49
Showing
344 changed files
with
8,729 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Advanced Topics | ||
|
||
[Sandbox Hierarchy](SandboxHierarchy) discusses how Sandboxie isolates programs. | ||
|
||
[Privacy Concerns](PrivacyConcerns) for programs running under Sandboxie. | ||
|
||
Information about the Sandboxie [Service Programs](ServicePrograms). | ||
|
||
*** | ||
|
||
Instructions for use of the [Resource Access Monitor](ResourceAccessMonitor). | ||
|
||
Read [How To Use Win Dbg](HowToUseWinDbg) to identify problems with Sandboxie. | ||
|
||
*** | ||
Go to [Help Topics](HelpTopics). |
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,18 @@ | ||
# Alert Process | ||
|
||
AlertProcess is a global setting in [Sandboxie Ini](SandboxieIni). It specifies names of programs that if started outside the sandbox, will cause Sandboxie to issue message [SBIE1301](SBIE1301 "wikilink"). | ||
|
||
Usage: | ||
``` | ||
. | ||
. | ||
. | ||
[GlobalSettings] | ||
AlertProcess=iexplore.exe | ||
AlertProcess=firefox.exe | ||
``` | ||
|
||
|
||
See also: | ||
* [Program Settings](ProgramSettings). | ||
* [Configure Menu > Alert Programs](ConfigureMenu#alert). |
Oops, something went wrong.