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
*
Remove SECCOMP_BPF_STANDALONE and port the demo target to gyp.
rsesek@chromium.org
2013-11-14
16
-102
/
+46
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-12
/
+3
*
Add a comment identifying Windows owners
jschuh@chromium.org
2013-11-09
1
-0
/
+1
*
Make sandbox/linux/seccomp-bpf/ follow the style guide.
jln@chromium.org
2013-11-08
27
-1344
/
+1439
*
Linux sandbox: make BPF policies an implementation of an interface.
jln@chromium.org
2013-11-08
8
-94
/
+151
*
Linux sandbox: print kernel support in credentials unittests.
jln@chromium.org
2013-11-05
1
-4
/
+7
*
Linux: add basic unprivileged namespace support.
jln@chromium.org
2013-11-05
4
-10
/
+303
*
Linux: add a Credentials class to handle Linux capabilities.
jln@chromium.org
2013-11-05
5
-0
/
+168
*
Revert 232852 "Linux: add a Credentials class to handle Linux ca..."
ilevy@chromium.org
2013-11-05
5
-168
/
+0
*
Linux: add a Credentials class to handle Linux capabilities.
jln@chromium.org
2013-11-05
5
-0
/
+168
*
Revert 232837 "Linux: add a Credentials class to handle Linux ca..."
jln@chromium.org
2013-11-05
5
-168
/
+0
*
Linux: add a Credentials class to handle Linux capabilities.
jln@chromium.org
2013-11-04
5
-0
/
+168
*
Revert 232280 "Linux: add a Credentials class to handle Linux ca..."
jln@chromium.org
2013-11-01
5
-168
/
+0
*
Linux: add a Credentials class to handle Linux capabilities.
jln@chromium.org
2013-11-01
5
-0
/
+168
*
cros: Remove unused low memory margin code from sandbox and zygote
jamescook@chromium.org
2013-10-29
3
-44
/
+0
*
Disabling the TestEvent and TestEventReadOnly tests while I figure out why th...
ananta@chromium.org
2013-10-25
1
-2
/
+2
*
Attempt3 at landing this. The previous attempt failed on Windows XP because t...
ananta@chromium.org
2013-10-25
10
-273
/
+350
*
Revert 230660 "Relanding this with fixes for the SyncPolicyTest...."
falken@chromium.org
2013-10-24
10
-259
/
+273
*
Relanding this with fixes for the SyncPolicyTest.TestEvent and SyncPolicyTest...
ananta@chromium.org
2013-10-24
10
-273
/
+259
*
Revert 230512 "Replace the CreateEvent/OpenEvent patches with th..."
thakis@chromium.org
2013-10-24
10
-255
/
+273
*
Replace the CreateEvent/OpenEvent patches with their Nt counterparts like NtO...
ananta@chromium.org
2013-10-23
10
-273
/
+255
*
This patch addresses two issues:
zturner@chromium.org
2013-10-21
9
-32
/
+42
*
Remove dependency of sandbox_win64 on gtest
scottmg@chromium.org
2013-10-18
1
-1
/
+0
*
Fix a bug which caused the OpenEventA function in kernelbase to not get patch...
ananta@chromium.org
2013-10-17
1
-3
/
+3
*
Linux Sandbox: make error tunable in open broker
jln@chromium.org
2013-10-14
4
-58
/
+84
*
Fix a hang in the GPU process in the XP presentation path.
ananta@chromium.org
2013-10-10
1
-1
/
+1
*
Clean up unused constant globals
hans@chromium.org
2013-10-03
1
-1
/
+0
*
Android seccomp-bpf: allow clone without CLONE_DETACHED
jln@chromium.org
2013-10-01
1
-6
/
+15
*
Ensure that the gpu process can run in the restricted sandbox for the XP pres...
ananta@chromium.org
2013-09-27
6
-61
/
+209
*
Sandbox: Update for Windows 8.1
rvargas@google.com
2013-09-20
3
-26
/
+38
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-12
1
-0
/
+2
*
Linux Sandbox: add RawSandboxDie()
jln@chromium.org
2013-09-06
4
-6
/
+22
*
Linux Sandbox: LOG error if a previous SIGSYS handler exists.
jln@chromium.org
2013-09-05
1
-1
/
+15
*
Linux sandbox: do not crash on spurious SIGSYS.
jln@chromium.org
2013-09-04
1
-12
/
+15
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-2
/
+1
*
Do not use O_CLOEXEC for open() in the broker process.
jorgelo@chromium.org
2013-08-30
2
-19
/
+4
*
don't truncate pointers in fake _InterlockedCompareExchangePointer
jschuh@chromium.org
2013-08-29
1
-0
/
+12
*
Fix PVS assignment warning in DuplicateHandleProxyAction
jschuh@chromium.org
2013-08-15
1
-1
/
+1
*
Fixing arg type in fprintf.
finnur@chromium.org
2013-08-14
1
-1
/
+1
*
Remove wow_helper from 64-bit builds
jschuh@chromium.org
2013-08-03
1
-9
/
+13
*
Fix invalid check of ntstatus code.
etienneb@chromium.org
2013-07-31
1
-1
/
+1
*
Update include paths in sandbox for base/process changes.
rsesek@chromium.org
2013-07-23
2
-3
/
+2
*
Linux sandbox: clean temporary file creation
jln@chromium.org
2013-07-17
1
-29
/
+41
*
Linux sandbox unittests: make tests pass as root
jln@chromium.org
2013-07-16
1
-21
/
+28
*
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
5
-19
/
+41
*
Linux Sandbox: forward declare Errorcode in sandbox_bpf_policy_forward.h
jln@chromium.org
2013-07-10
1
-2
/
+2
*
Avoid std::string copying in GetFileNameInWhitelist.
jorgelo@chromium.org
2013-07-09
1
-7
/
+12
*
sandbox_linux_unittests: ignore TSAN when counting threads.
jln@chromium.org
2013-07-03
4
-12
/
+23
*
Add compiler flags that prevent text relocations.
shashishekhar@chromium.org
2013-07-03
1
-0
/
+5
[next]