Name Description Size Coverage
broker -
glue -
gtest -
interfaces -
launch -
LinuxSched.h 866 -
moz.build 5274 -
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). 30171 -
Sandbox.h 3788 -
SandboxBrokerClient.cpp 9935 -
SandboxBrokerClient.h 1894 -
SandboxChrootProto.h 533 -
SandboxFilter.cpp 83683 -
SandboxFilter.h 1221 -
SandboxFilterUtil.cpp static 5222 -
SandboxFilterUtil.h 7922 -
SandboxHooks.cpp 3196 -
SandboxInfo.cpp 8034 -
SandboxInfo.h 2312 -
SandboxInternal.h 725 -
SandboxLogging.cpp 3983 -
SandboxLogging.h 3748 -
SandboxOpenedFiles.cpp 1989 -
SandboxOpenedFiles.h 3252 -
SandboxProfiler.cpp static 11230 -
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 2707 -
SandboxReporterClient.h 1326 -