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
*
Non-SFI NaCl: Stop running sandbox tests in components_unittests
hamaji@chromium.org
2014-05-10
2
-23
/
+9
*
Refactor BPFTesterCompatibilityDelegate to use AuxHolder instead
mdempsky@chromium.org
2014-05-09
3
-45
/
+31
*
Ensure that _GNU_SOURCE is defined early enough
mostynb@opera.com
2014-05-09
2
-4
/
+10
*
Fix Intel 64 bots by explicitly adding the syscall.h
miguelg@chromium.org
2014-05-09
1
-0
/
+1
*
Linux sandbox: always restrict clone() in baseline policy.
jln@chromium.org
2014-05-09
6
-15
/
+164
*
NaCl non-sfi sandbox: use modern framework for tests
jln@chromium.org
2014-05-07
1
-9
/
+9
*
Linux sandbox: implement new BPF testing macros
jln@chromium.org
2014-05-07
5
-89
/
+243
*
Linux sandbox: cleanup test framework further
jln@chromium.org
2014-05-06
11
-91
/
+289
*
Get rid of kZygoteIdFd from content
mdempsky@chromium.org
2014-05-02
2
-45
/
+64
*
Linux sandbox: add basic DEPS files.
jln@chromium.org
2014-05-02
4
-0
/
+35
*
Linux sandbox: get rid of a number of reinterpret_cast
jln@chromium.org
2014-05-02
10
-74
/
+243
*
Revert 267599 "Linux sandbox: add basic DEPS files."
noamsml@google.com
2014-05-01
4
-35
/
+0
*
Linux sandbox: add basic DEPS files.
jln@chromium.org
2014-05-01
4
-0
/
+35
*
Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>
mdempsky@chromium.org
2014-04-30
2
-12
/
+8
*
Linux sandbox: put back sigaltstack in syscall sets.
jln@chromium.org
2014-04-30
1
-0
/
+1
*
Linux sandbox: disallow fork() and *kill for ASAN
jln@chromium.org
2014-04-30
1
-55
/
+27
*
Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...
glider@chromium.org
2014-04-30
2
-1
/
+7
*
Linux sandbox: allow *kill on ASAN
jln@chromium.org
2014-04-30
1
-12
/
+30
*
Linux sandbox: restrict *kill to the current process.
jln@chromium.org
2014-04-29
7
-11
/
+73
*
Create a dummy sandbox_mac_unittests target.
rsesek@chromium.org
2014-04-29
3
-0
/
+36
*
NaCl Linux: create NaClSandbox class
jln@chromium.org
2014-04-29
1
-1
/
+1
*
Add tests to make sure UnixDomainSocket and namespaces play nicely
mdempsky@chromium.org
2014-04-28
2
-0
/
+268
*
Sandbox Linux Unittests: fix silly spurious error
jln@chromium.org
2014-04-18
1
-1
/
+2
*
Linux sandbox test: temporarily allow fork() with threads
jln@chromium.org
2014-04-18
2
-10
/
+22
*
Linux sandbox tests: wait for threads to disappear.
jln@chromium.org
2014-04-18
1
-5
/
+23
*
Remove unused input_shlib_path
cjhopman@chromium.org
2014-04-17
1
-4
/
+0
*
Reland: Add seccomp sandbox for non-SFI NaCl
hamaji@chromium.org
2014-04-17
6
-8
/
+61
*
Broker process unittest build fail after r263147
pgal.u-szeged@partner.samsung.com
2014-04-17
1
-0
/
+1
*
Revert of Add seccomp sandbox for non-SFI NaCl (https://codereview.chromium.o...
jln@chromium.org
2014-04-17
5
-55
/
+8
*
Add seccomp sandbox for non-SFI NaCl
hamaji@chromium.org
2014-04-17
5
-8
/
+55
*
NaCl Linux: use own setuid sandbox instance
jln@chromium.org
2014-04-17
2
-10
/
+84
*
Linux Sandbox: Move setuid sandbox localization code.
jln@chromium.org
2014-04-15
3
-2
/
+88
*
Linux sandbox: style cleanup for setuid sandbox.
jln@chromium.org
2014-04-14
7
-55
/
+52
*
Fix BrokerProcess.RecvMsgDescriptorLeak under Valgrind
mdempsky@chromium.org
2014-04-12
1
-2
/
+8
*
Enable the new test launcher for sandbox_linux_unittests
phajdan.jr@chromium.org
2014-04-11
4
-18
/
+10
*
Add unit test to check for broker FD leak
mdempsky@chromium.org
2014-04-11
5
-0
/
+90
*
sandbox_bpf_unittest.cc: Remove old code.
jorgelo@chromium.org
2014-04-10
1
-7
/
+0
*
Fixes for sandbox unit tests on Android
zhenyu.liang@intel.com
2014-04-10
1
-0
/
+26
*
Always output seccomp error messages to stderr
hamaji@chromium.org
2014-04-09
1
-10
/
+9
*
[Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.
rsesek@chromium.org
2014-04-09
1
-3
/
+11
*
Switch broker_process.cc to use ScopedFD.
mdempsky@chromium.org
2014-04-09
1
-5
/
+9
*
Removed a single legacy windows function from the sandbox code.
Blurrech@gmail.com
2014-04-07
9
-76
/
+2
*
sandbox: Add support for starting seccomp-bpf with threads.
rsesek@chromium.org
2014-04-05
5
-13
/
+58
*
Revert of sandbox: Add support for starting seccomp-bpf with threads. (https:...
scottmg@chromium.org
2014-04-05
5
-56
/
+13
*
sandbox: Add support for starting seccomp-bpf with threads.
rsesek@chromium.org
2014-04-05
5
-13
/
+56
*
Linux sandbox: componentize almost everything.
jln@chromium.org
2014-04-05
12
-24
/
+52
*
Fix clang warnings and errors in sandbox/win
rnk@chromium.org
2014-04-04
4
-10
/
+9
*
Linux sandbox: make seccomp_bpf a component target.
jln@chromium.org
2014-04-04
9
-36
/
+78
*
Linux sandbox: add unit test sanity check.
jln@chromium.org
2014-04-04
1
-0
/
+21
*
Linux sandbox tests: change a magic exit code value.
jln@chromium.org
2014-04-03
1
-1
/
+3
[next]