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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing copyright header.
markus@chromium.org
2010-03-08
22
-0
/
+88
*
- Add a custom allocator for STL objects. This fixes sandbox failures that
markus@chromium.org
2010-03-08
12
-218
/
+641
*
Be more restrictive when finding file names for libraries that need patching.
markus@chromium.org
2010-02-24
1
-2
/
+17
*
Explicitly ask for unsigned values when comparing addresses. Not only is this
markus@chromium.org
2010-02-24
1
-2
/
+2
*
Treat calls to lstat() and lstat64() the same as calls to stat(). In practise,
markus@chromium.org
2010-02-24
3
-17
/
+72
*
seccomp: allow dup/dup2
evan@chromium.org
2010-02-03
1
-0
/
+2
*
linux: make the seccomp sandbox work again
evan@chromium.org
2010-01-08
1
-12
/
+54
*
Allow the seccomp sandbox to be enabled, even if the suid sandbox has
markus@chromium.org
2009-11-07
20
-103
/
+141
*
Only enable the seccomp sandbox, if the machine actually has kernel support for
markus@chromium.org
2009-11-04
3
-1
/
+66
*
GCC's optimizer is getting more aggressive. It is no longer good
markus@chromium.org
2009-10-22
3
-7
/
+14
*
- found all symbols that we directly access from assembly and marked them as ...
markus@chromium.org
2009-10-21
13
-486
/
+210
*
Fix minor compilation issues that can trigger on some platforms (e.g. CentOS)
markus@chromium.org
2009-09-14
2
-2
/
+2
*
Despite the futex(2) manual page telling us to include <linux/futex.h>, this
markus@chromium.org
2009-09-14
2
-1
/
+59
*
On Linux, move the passing of filedescriptors to a dedicated socketpair().
agl@chromium.org
2009-09-04
1
-1
/
+1
*
Linux: fix seccomp sandbox for GCC 4.4
agl@chromium.org
2009-08-13
1
-2
/
+4
*
Fix seccomp sandbox for gcc44
markus@chromium.org
2009-08-12
2
-2
/
+2
*
Initial version of the Seccomp sandbox. Imported from http://code.google.com/...
markus@chromium.org
2009-08-11
36
-0
/
+11365