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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux Sandbox: assert monothreaded in tests
jln@chromium.org
2013-04-03
1
-7
/
+5
*
Android sandbox: workaround for restricted errno values.
jln@chromium.org
2013-03-11
2
-3
/
+37
*
The 'sandbox' target is always 'none'.
bungeman@chromium.org
2013-02-28
1
-1
/
+0
*
SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than "static"...
markus@chromium.org
2013-02-26
24
-990
/
+1071
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
SECCOMP-BPF: Added support for checking system call arguments against bit masks.
markus@chromium.org
2013-02-15
8
-55
/
+1041
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Added a unittest to check that we can restrict syscall(__NR_clone)
markus@chromium.org
2013-02-07
1
-0
/
+55
*
Linux sandbox: add warning if running tests multithreaded.
jln@chromium.org
2013-02-05
2
-5
/
+22
*
Linux sandbox: Make the test run on Android as Native executable
jln@chromium.org
2013-02-02
3
-37
/
+67
*
SECCOMP-BPF: Refactoring in preparation for sandbox stacking.
markus@chromium.org
2013-01-26
11
-281
/
+539
*
Linux sandbox: more internal timeout in unit tests.
jln@chromium.org
2013-01-20
1
-8
/
+32
*
Linux sandbox: add timeout to tests.
jln@chromium.org
2013-01-18
1
-0
/
+44
*
Linux Sandbox: ASSERT instead of EXPECT in broker tests.
jln@chromium.org
2013-01-18
1
-28
/
+40
*
Use SOCK_SEQPACKET for synchronous IPC.
glider@google.com
2013-01-18
1
-1
/
+1
*
Android make sandbox/linux/seccomp-bpf compile on i386
jln@chromium.org
2013-01-18
5
-42
/
+99
*
Android: remove x86 from sandbox/linux once again.
jln@chromium.org
2013-01-17
1
-1
/
+1
*
Android: create a generic android_ucontext.h
jln@chromium.org
2013-01-17
5
-6
/
+74
*
If the kernel lacks support for BPF filtering, we can still perform a couple
markus@chromium.org
2013-01-11
4
-85
/
+108
*
Linux Sandbox: handle O_CREAT properly in broker process.
jln@chromium.org
2013-01-09
2
-1
/
+13
*
Fix Android x86 build with a quick hack.
jln@chromium.org
2012-12-20
1
-2
/
+3
*
Revert 174135
jochen@chromium.org
2012-12-20
7
-752
/
+19
*
SECCOMP-BPF: Added support for checking system call arguments against bit masks.
markus@chromium.org
2012-12-20
7
-19
/
+752
*
Update Linux sandbox tests to pass on Android.
palmer@chromium.org
2012-12-20
2
-7
/
+25
*
Fix for downstream android webview
boliu@chromium.org
2012-12-20
1
-0
/
+3
*
Linux Sandbox: get everything to compile on Android.
jln@chromium.org
2012-12-20
5
-7
/
+47
*
Linux sandbox: compile partially under Android.
jln@chromium.org
2012-12-19
5
-16
/
+99
*
SECCOMP-BPF: Added supported for inspection system call arguments from BPF fi...
markus@chromium.org
2012-12-15
14
-290
/
+1029
*
Linux Sandbox: Basic support for GPU broker.
jln@chromium.org
2012-12-14
2
-7
/
+9
*
Linux sandbox: add a new low-level broker process mechanism.
jln@chromium.org
2012-12-14
5
-0
/
+809
*
Revert 173064
gene@chromium.org
2012-12-14
5
-809
/
+0
*
Linux sandbox: add a new low-level broker process mechanism.
jln@chromium.org
2012-12-14
5
-0
/
+809
*
sandbox-bpf: more robust probe process in release mode
jln@chromium.org
2012-12-05
1
-1
/
+22
*
SandboxBpf: new reliable test for SandboxSyscall
jln@chromium.org
2012-12-05
2
-1
/
+63
*
SECCOMP-BPF: Fix SandboxSyscall()
markus@chromium.org
2012-12-04
3
-68
/
+125
*
Linux Sandbox: add test for one argument system calls.
jln@chromium.org
2012-12-03
1
-0
/
+8
*
Seccomp-BPF: disable ASAN on SandboxSyscall()
jln@chromium.org
2012-11-27
1
-0
/
+5
*
setuid tools: open /proc directories relatively
jln@chromium.org
2012-11-27
1
-21
/
+44
*
SECCOMP-BPF: Added support for greylisting of system calls.
markus@chromium.org
2012-11-22
14
-67
/
+1074
*
Sandbox BPF: print pointer size in test
jln@chromium.org
2012-11-21
1
-0
/
+2
*
Revert 168969 - Added support for greylisting of system calls.
nona@chromium.org
2012-11-21
14
-1008
/
+67
*
Added support for greylisting of system calls.
markus@chromium.org
2012-11-21
14
-67
/
+1008
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
3
-3
/
+3
*
Pass a pointer with auxilliary data to a policy function.
markus@chromium.org
2012-10-31
7
-97
/
+143
*
Seccomp-BPF: relax failure in probe process setup
jln@chromium.org
2012-10-30
1
-24
/
+52
*
Minor fix for gcc builidng problem.
shenhan@google.com
2012-10-19
1
-1
/
+2
*
SANDBOX-BPF: Initial version of the updated code generator.
markus@chromium.org
2012-10-19
14
-153
/
+1469
*
Add a platform-specific syscall number iterator.
jorgelo@chromium.org
2012-10-15
9
-107
/
+401
*
Seccomp BPF: handle EINTR in error reporting setup.
jln@chromium.org
2012-10-11
1
-3
/
+8
*
Fix sandbox_bpf_unittest compile on ARM
jorgelo@chromium.org
2012-09-15
1
-1
/
+1
[next]