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
*
bpf_dsl: rename SandboxBPFDSLPolicy to just Policy
mdempsky
2014-10-24
29
-149
/
+201
*
Add Link-Time Optimizations support for Android.
fdegans
2014-10-23
1
-0
/
+5
*
SyscallIterator: support C++11 range-based for loops
mdempsky
2014-10-22
6
-58
/
+139
*
Syscall: Fix Syscall::Call's X86-64 implementation for CFI unwinding
mdempsky
2014-10-20
2
-40
/
+22
*
Disable BaselinePolicy.SIGSYS_InvalidSyscall on Chrome OS.
Jorge Lucangeli Obes
2014-10-20
1
-0
/
+3
*
bpf_dsl: move more implementation details out of bpf_dsl.h
mdempsky
2014-10-17
5
-48
/
+33
*
bpf_dsl: add TrapRegistry and extract PolicyCompiler
mdempsky
2014-10-16
22
-849
/
+937
*
cons: rework API to utilize C++11
mdempsky
2014-10-15
4
-35
/
+124
*
SyscallIterator: cleanup tests too
mdempsky
2014-10-14
1
-143
/
+63
*
declare extern template classes sooner
mostynb
2014-10-14
1
-5
/
+11
*
seccomp-bpf: Remove legacy SandboxBPFPolicy class
mdempsky
2014-10-14
16
-108
/
+56
*
bpf_dsl: Move {Bool,Result}ExprImpl definition into separate header
mdempsky
2014-10-14
5
-34
/
+65
*
sandbox_bpf: Remove Traverse method.
rickyz
2014-10-14
2
-45
/
+0
*
sandbox_bpf: rework how unsafe traps are compiled/verified
mdempsky
2014-10-09
7
-179
/
+98
*
SyscallIterator: refactor internals
mdempsky
2014-10-08
2
-73
/
+62
*
replace OVERRIDE and FINAL with override and final in sandbox/
mostynb
2014-10-07
13
-73
/
+73
*
sandbox_bpf: convert remaining policies to use bpf_dsl
mdempsky
2014-10-04
5
-26
/
+46
*
sandbox: Fix uninitialized data in non-jumping bpf instructions
leecam
2014-10-03
2
-23
/
+22
*
Rename all isolate_dependency_* to files.
maruel
2014-10-01
1
-1
/
+0
*
Linux sandbox: Restrict sched_* syscalls on the GPU and ppapi processes.
rickyz
2014-09-29
3
-10
/
+14
*
Linux sandbox: Allow restricting sched_* on other processes.
rickyz
2014-09-26
5
-0
/
+160
*
Linux sandbox: fill all parameters when detecting seccomp syscall.
Julien Tinnes
2014-09-25
1
-12
/
+9
*
sandbox: Avoid ~(flag1 | flag2 | ...) expressions
mdempsky
2014-09-23
2
-15
/
+14
*
sandbox: Convert remaining legacy tests to use policy classes
Matthew Dempsky
2014-09-23
10
-186
/
+169
*
Linux sandbox: Remove CodeGen::JoinInstructions.
rickyz
2014-09-18
3
-65
/
+25
*
[MIPS] Fix seccomp-bpf compile error for MIPS
Gordana.Cmiljanovic
2014-09-17
1
-0
/
+5
*
Decouple CodeGen from ErrorCode
mdempsky
2014-09-17
4
-46
/
+36
*
Large IWYU cleanup for seccomp-bpf
mdempsky
2014-09-16
21
-41
/
+67
*
Decouple Trap from ErrorCode
mdempsky
2014-09-16
6
-103
/
+105
*
Split AssembleFilter into comprehensible chunks
mdempsky
2014-09-16
2
-149
/
+205
*
Linux sandbox: Disallow get_robust_list and set_robust_list.
rickyz
2014-09-16
2
-1
/
+3
*
Linux sandbox: restrict clock_gettime() and clock_getres()
jln
2014-09-13
3
-1
/
+14
*
Convert sandbox_bpf_unittest.cc to use bpf_dsl
mdempsky
2014-09-13
7
-419
/
+461
*
Make "rt" library Linux-only in GN build.
Brett Wilson
2014-09-12
1
-1
/
+4
*
Add "rt" to libs of GN build linux sandbox unittests.
Brett Wilson
2014-09-12
1
-0
/
+2
*
Remove --find-inode-switch hack from chrome-sandbox
mdempsky
2014-09-12
6
-194
/
+3
*
Linux sandbox: fix MIPS Android compilation bug.
jln
2014-09-12
1
-0
/
+5
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
6
-6
/
+6
*
Linux sandbox: move RestrictClockID() to sandbox/
jln
2014-09-12
6
-0
/
+165
*
Enable futex tests on Android.
jln
2014-09-12
2
-5
/
+12
*
Linux sandbox: allow sigaltstack in Android baseline policy.
jln
2014-09-11
1
-4
/
+3
*
Linux sandbox: restrict {set,get}priority() in baseline policy.
Julien Tinnes
2014-09-11
4
-1
/
+54
*
GN: Enable blink and (nearly) all of content in android build
James Robinson
2014-09-10
1
-29
/
+33
*
bpf_dsl: fix argument-dependent lookup of BoolExpr operators
mdempsky
2014-09-10
2
-5
/
+8
*
sandbox: remove seccomp-bpf demo program
mdempsky
2014-09-09
3
-574
/
+0
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
NonSFI sandbox: restrict futex(2) operations.
jln
2014-09-08
1
-2
/
+0
*
bpf_dsl: support Switch/Case expressions
Matthew Dempsky
2014-09-06
4
-28
/
+202
*
Linux sandbox: whitelist allowed Futex operations.
Julien Tinnes
2014-09-05
3
-19
/
+75
*
bpf_dsl: support arbitrary (arg & mask) == val expressions
Matthew Dempsky
2014-09-04
9
-372
/
+457
[next]