index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dynamic library stubs for XPC in //sandbox/mac.
rsesek@chromium.org
2014-06-17
6
-0
/
+167
*
Define regs_struct on x86 Bionic as well.
rickyz@google.com
2014-06-14
1
-1
/
+29
*
Use PTRACE_SET_SYSCALL to override syscalls on ARM.
rickyz@google.com
2014-06-13
1
-2
/
+34
*
Clean-up the SandboxSyscall interface
jln@chromium.org
2014-06-13
8
-411
/
+388
*
Seccomp_bpf. Fix compilation error for Android x64.
anton@chromium.org
2014-06-12
1
-1
/
+1
*
Update OS version functions.
avi@chromium.org
2014-06-12
1
-1
/
+1
*
Attempt to fix a NULL deref in sandbox::LaunchdInterceptionServer::HandleLook...
rsesek@chromium.org
2014-06-12
2
-14
/
+15
*
Linux Sandbox: Add support for SECCOMP_RET_TRACE.
rickyz@google.com
2014-06-12
8
-1
/
+223
*
Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re...
ananta@chromium.org
2014-06-11
14
-6
/
+343
*
Split the generic MachMessageServer logic out of the LaunchdInterceptionServer.
rsesek@chromium.org
2014-06-11
6
-190
/
+300
*
Make sbox_unittests work with DCHECKs enabled
jschuh@chromium.org
2014-06-10
4
-14
/
+5
*
Do not instrument the suid sandbox binary with sanitizer tools.
earthdok@chromium.org
2014-06-10
1
-0
/
+7
*
Remove HandleCloser::SetupHandleInterceptions
jschuh@chromium.org
2014-06-10
8
-114
/
+1
*
Add Mac sandbox to the GN build.
brettw@chromium.org
2014-06-10
2
-3
/
+44
*
Initialize the bootstrap sandbox in the browser process.
rsesek@chromium.org
2014-06-10
1
-3
/
+3
*
Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,...
alph@chromium.org
2014-06-09
4
-6
/
+30
*
Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali...
alph@chromium.org
2014-06-09
4
-30
/
+6
*
Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes...
phajdan.jr@chromium.org
2014-06-09
4
-6
/
+30
*
Add sandbox support for process memory limits
jschuh@chromium.org
2014-06-07
11
-23
/
+94
*
This will make process launch faster and may prevent the LSASS hangs we've se...
jschuh@chromium.org
2014-06-06
6
-8
/
+94
*
Linux sandbox: restrict prctl in the baseline.
jln@chromium.org
2014-06-06
4
-6
/
+30
*
Linux sandbox: restrict futex operations.
jln@chromium.org
2014-06-04
11
-5
/
+112
*
Enable some more targets in the GN build.
brettw@chromium.org
2014-06-04
1
-1
/
+1
*
Make BootstrapSandboxPolicy a struct, containing the existing rule map and a ...
rsesek@chromium.org
2014-06-04
5
-37
/
+169
*
Do not double-unref send rights when using POLICY_SUBSTITUE_PORT.
rsesek@chromium.org
2014-06-03
5
-19
/
+47
*
Fix Windows build, add Sandbox implementation.
brettw@chromium.org
2014-06-02
2
-2
/
+287
*
Fix sandbox_mac_unittests:BootstrapSandboxTest.ForwardMessageInProcess on 10.6.
rsesek@chromium.org
2014-05-29
1
-1
/
+6
*
Add GN build for Linux sandbox.
brettw@chromium.org
2014-05-29
2
-0
/
+328
*
Do not destroy Mach messages that are forwarded out of the the bootstrap sand...
rsesek@chromium.org
2014-05-29
3
-4
/
+65
*
Fix gtest EXPECT macros misuse in a couple of sandbox tests
timurrrr@chromium.org
2014-05-29
1
-2
/
+2
*
Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...
rsesek@chromium.org
2014-05-28
5
-26
/
+31
*
Linux sandbox: make SANDBOX_TEST compatible with LSAN
jln@chromium.org
2014-05-22
9
-22
/
+63
*
Convert a bunch of BPF_TEST tests to use BPF_TEST_C
mdempsky@chromium.org
2014-05-21
4
-204
/
+247
*
Linux Sandbox: run all BaselinePolicy tests with sanitizers.
jln@chromium.org
2014-05-21
2
-23
/
+28
*
[reland] Remove SandboxBPF's dependency on CompatibilityPolicy
mdempsky@chromium.org
2014-05-21
4
-104
/
+120
*
Revert of Remove SandboxBPF's dependency on CompatibilityPolicy (https://code...
isherman@chromium.org
2014-05-20
4
-120
/
+104
*
Remove SandboxBPF's dependency on CompatibilityPolicy
mdempsky@chromium.org
2014-05-20
4
-104
/
+120
*
Simplify PointerCompare a little
mdempsky@chromium.org
2014-05-20
1
-66
/
+60
*
Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS()
mdempsky@chromium.org
2014-05-20
2
-8
/
+13
*
Fix clang -Wwritable-strings warnings in the Windows sandbox
rnk@chromium.org
2014-05-20
5
-15
/
+19
*
NaCl: Add sanity check for number of open FDs at startup
mseaborn@chromium.org
2014-05-20
3
-0
/
+46
*
Add SandboxBPFPolicy::InvalidSyscall() to simplify writing policies
mdempsky@chromium.org
2014-05-17
6
-24
/
+50
*
Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende...
ananta@chromium.org
2014-05-17
2
-4
/
+1
*
Linux sandbox: add more baseline policy unittests.
jln@chromium.org
2014-05-17
3
-0
/
+141
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-17
1
-3
/
+2
*
Bootstrap Sandbox: Ensure swap_integer messages are read-only.
rsesek@chromium.org
2014-05-16
3
-5
/
+40
*
Remove WIN32 support from sandbox_export.h
rsesek@chromium.org
2014-05-14
1
-9
/
+3
*
Split up the //sandbox OWNERS file into per-subdirectory ones.
rsesek@chromium.org
2014-05-13
4
-9
/
+9
*
Initial implementation of the Mac Bootstrap Sandbox.
rsesek@chromium.org
2014-05-13
12
-10
/
+1224
*
Linux sandbox: exclude MSAN from baseline policy tests
jln@chromium.org
2014-05-12
1
-2
/
+4
[next]