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
/
seccomp-bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux Sandbox: cleanup code around spurious SIGSYS detection.
jln@chromium.org
2013-07-12
1
-5
/
+4
*
Linux Sandbox unittests: fix Valgrind detection.
jln@chromium.org
2013-07-11
2
-18
/
+9
*
Linux Sandbox: forward declare Errorcode in sandbox_bpf_policy_forward.h
jln@chromium.org
2013-07-10
1
-2
/
+2
*
sandbox_linux_unittests: ignore TSAN when counting threads.
jln@chromium.org
2013-07-03
2
-2
/
+5
*
sandbox_linux_unittests: disable fork() tests under TSAN.
jln@chromium.org
2013-07-03
1
-1
/
+1
*
Linux: add a public content/ API to start a sandbox.
jln@chromium.org
2013-06-18
2
-6
/
+31
*
sandbox_linux_unittests: fail if the kernel does not support BPF.
jln@chromium.org
2013-04-30
1
-0
/
+9
*
Linux sandbox: add access() brokering to the async-signal safe broker process.
jln@chromium.org
2013-04-24
1
-0
/
+14
*
Android sandbox: workaround for restricted errno values.
jln@chromium.org
2013-03-11
2
-3
/
+37
*
SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than "static"...
markus@chromium.org
2013-02-26
23
-990
/
+1069
*
SECCOMP-BPF: Added support for checking system call arguments against bit masks.
markus@chromium.org
2013-02-15
8
-55
/
+1041
*
Added a unittest to check that we can restrict syscall(__NR_clone)
markus@chromium.org
2013-02-07
1
-0
/
+55
*
SECCOMP-BPF: Refactoring in preparation for sandbox stacking.
markus@chromium.org
2013-01-26
10
-281
/
+537
*
Android: create a generic android_ucontext.h
jln@chromium.org
2013-01-17
1
-2
/
+2
*
If the kernel lacks support for BPF filtering, we can still perform a couple
markus@chromium.org
2013-01-11
4
-85
/
+108
*
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
1
-4
/
+6
*
Linux Sandbox: get everything to compile on Android.
jln@chromium.org
2012-12-20
3
-1
/
+21
*
Linux sandbox: compile partially under Android.
jln@chromium.org
2012-12-19
4
-9
/
+33
*
SECCOMP-BPF: Added supported for inspection system call arguments from BPF fi...
markus@chromium.org
2012-12-15
12
-271
/
+881
*
Linux sandbox: add a new low-level broker process mechanism.
jln@chromium.org
2012-12-14
1
-0
/
+100
*
Revert 173064
gene@chromium.org
2012-12-14
1
-100
/
+0
*
Linux sandbox: add a new low-level broker process mechanism.
jln@chromium.org
2012-12-14
1
-0
/
+100
*
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
*
SECCOMP-BPF: Added support for greylisting of system calls.
markus@chromium.org
2012-11-22
13
-67
/
+1071
*
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
13
-1005
/
+67
*
Added support for greylisting of system calls.
markus@chromium.org
2012-11-21
13
-67
/
+1005
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Pass a pointer with auxilliary data to a policy function.
markus@chromium.org
2012-10-31
6
-96
/
+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
13
-153
/
+1463
*
Add a platform-specific syscall number iterator.
jorgelo@chromium.org
2012-10-15
8
-107
/
+398
*
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
*
Refactored ErrorCode into it's own class. Removed operators and made them
markus@chromium.org
2012-08-31
12
-162
/
+446
*
Simplified unit testing of sandboxing code. We now have helper methods that r...
markus@chromium.org
2012-08-27
9
-220
/
+305
*
Add basic ARM support to the seccomp-bpf sandbox.
jorgelo@chromium.org
2012-08-10
3
-29
/
+82
*
Seccomp: always call setSandboxPolicy in unittest.
jln@chromium.org
2012-08-09
1
-1
/
+6
*
Linux sandbox unit test: log BPF support
jln@chromium.org
2012-07-31
1
-1
/
+11
*
Fixed coverity defects pertaining to pass-by-value use where pass-by-referenc...
orenb@chromium.org
2012-07-25
2
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+4
*
Seccomp Sandbox: detect a bug with old glibcs
jln@chromium.org
2012-07-16
2
-6
/
+46
*
Seccomp-BPF: add a new synthetic unittest
jln@chromium.org
2012-07-09
1
-0
/
+59
[next]