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
...
*
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
*
Sandbox: Verify the return value when changing memory protection.
rvargas@google.com
2012-11-27
2
-2
/
+6
*
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
*
Sandbox: Increase the default timeout of multiprocess tests to 1 minute.
rvargas@google.com
2012-11-17
1
-1
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
3
-3
/
+3
*
Fix memory smashing on the sandbox PolicyRule
cpu@chromium.org
2012-11-14
3
-10
/
+52
*
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
*
Remove all the "set noparent" directives
dpranke@chromium.org
2012-10-19
1
-2
/
+0
*
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
*
Revert 162293 - Enable DEP earlier on Vista and below
mattm@chromium.org
2012-10-17
3
-29
/
+29
*
Enable DEP earlier on Vista and below
jschuh@chromium.org
2012-10-17
3
-29
/
+29
*
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
*
Re-enable the tests for jobless children and add some more to them.
pastarmovj@chromium.org
2012-10-11
1
-17
/
+100
*
Revert 160252 - Make mitigation failures CHECK
jschuh@chromium.org
2012-10-05
1
-17
/
+23
*
Make mitigation failures CHECK
jschuh@chromium.org
2012-10-04
1
-23
/
+17
*
Temporarily disable failing integration tests on Windows
bartfab@chromium.org
2012-10-04
1
-5
/
+5
*
Add a parameter to the sandbox policy to allow sandboxed process to run outsi...
pastarmovj@chromium.org
2012-10-04
10
-26
/
+211
*
Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of...
alexeypa@google.com
2012-10-03
1
-11
/
+6
*
Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...
alexeypa@chromium.org
2012-10-03
1
-6
/
+11
*
Improve error handling in ApplyProcessMitigationsToCurrentProcess
jschuh@chromium.org
2012-10-02
1
-7
/
+15
*
Add extra buckets to CrashExitCodes histogram for sandbox terminations.
eroman@chromium.org
2012-09-28
1
-2
/
+3
*
Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don...
pkasting@chromium.org
2012-09-22
6
-83
/
+26
*
Make ProcessMitigationsTest.CheckWin8 work in debug builds
jschuh@chromium.org
2012-09-22
1
-11
/
+15
*
Cleanup: avoid foo ? true : false, part 2.
thestig@chromium.org
2012-09-19
5
-14
/
+9
*
Fix sandbox_bpf_unittest compile on ARM
jorgelo@chromium.org
2012-09-15
1
-1
/
+1
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-309
/
+767
*
Revert 156550 - Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-746
/
+309
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-309
/
+746
*
Revert 156315 - Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-12
17
-738
/
+304
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-12
17
-304
/
+738
*
Disable FilePolicyTest, DISABLED_TestReparsePoint
tbreisacher@chromium.org
2012-09-07
1
-1
/
+2
*
Sandbox: Add support for Windows 8' AppContainer.
rvargas@google.com
2012-09-05
17
-82
/
+665
*
Refactored ErrorCode into it's own class. Removed operators and made them
markus@chromium.org
2012-08-31
13
-162
/
+449
*
Move STARTUPINFO manipulation into SpawnTarget
jschuh@chromium.org
2012-08-28
3
-13
/
+25
*
Simplified unit testing of sandboxing code. We now have helper methods that r...
markus@chromium.org
2012-08-27
13
-229
/
+453
*
Sandbox: Disable a test that fails on Win64.
rvargas@google.com
2012-08-23
1
-0
/
+2
*
Re-enable sandbox ClientFastServer test.
jln@chromium.org
2012-08-22
1
-3
/
+0
*
Add full ARM syscall list.
jorgelo@chromium.org
2012-08-21
2
-12
/
+1361
*
Add ARM syscalls to syscall sets.
jorgelo@chromium.org
2012-08-17
1
-0
/
+4
*
Correct style issues in Linux sandbox code.
jln@chromium.org
2012-08-17
3
-7
/
+10
*
Add basic ARM policy to seccomp-bpf sandbox.
jorgelo@chromium.org
2012-08-15
1
-0
/
+28
[prev]
[next]