Name Description Size Coverage
broker -
glue -
gtest -
interfaces -
launch -
LinuxSched.h 987 -
moz.build 5363 -
reporter -
Sandbox.cpp This is the SIGSYS handler function. It delegates to the Chromium TrapRegistry handler (see InstallSigSysHandler, below) and, if the trap handler installed by the policy would fail with ENOSYS, crashes the process. This allows unintentional policy failures to be reported as crash dumps and fixed. It also logs information about the failed system call. Note that this could be invoked in parallel on multiple threads and that it could be in async signal context (e.g., intercepting an open() called from an async signal handler). 30292 -
Sandbox.h 3909 -
SandboxBrokerClient.cpp 10056 -
SandboxBrokerClient.h 2015 -
SandboxChrootProto.h 654 -
SandboxFilter.cpp 83852 -
SandboxFilter.h 1342 -
SandboxFilterUtil.cpp static 5343 -
SandboxFilterUtil.h 8043 -
SandboxHooks.cpp 3317 -
SandboxInfo.cpp 8181 -
SandboxInfo.h 2433 -
SandboxInternal.h 846 -
SandboxLogging.cpp 4104 -
SandboxLogging.h 3869 -
SandboxOpenedFiles.cpp 2110 -
SandboxOpenedFiles.h 3373 -
SandboxProfiler.cpp static 11199 -
SandboxProfiler.h 5265 -
SandboxProfilerChild.h static 1228 -
SandboxProfilerObserver.h This code is here to help bring up SandboxProfiler whenever the profiler is started by the user. We cannot have that code live within SandboxProfiler.cpp itself because we rely on libxul facilities, while the sandbox code lives within libmozsandbox. 1803 -
SandboxProfilerParent.h static 2838 -
SandboxReporterClient.cpp 2828 -
SandboxReporterClient.h 1447 -