summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:21:08 +0000
committermarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:21:08 +0000
commit4743b21efdff3ec05c814b1274a9b6a4b0d15cf8 (patch)
tree2963ea77600101d38d9db5af0378d554e01ee5a2 /DEPS
parent0b802d3054a18b64b7fb269f8ee9adb3df7ddbda (diff)
downloadchromium_src-4743b21efdff3ec05c814b1274a9b6a4b0d15cf8.zip
chromium_src-4743b21efdff3ec05c814b1274a9b6a4b0d15cf8.tar.gz
chromium_src-4743b21efdff3ec05c814b1274a9b6a4b0d15cf8.tar.bz2
Roll the DEPS for the seccomp sandbox forward:
- allow more system calls (ftruncate(), readv(), writev()) - fix the handling or the sixth argument for x86-32, when going through the "int $0" handler - assorted clang related fixes - fill the syscallTable at runtime, rather than compile-time - provide hooks for doing TLS intialization that are needed to sandbox the dynamic linker. Review URL: http://codereview.chromium.org/7633068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index af4688d..e5b2374 100644
--- a/DEPS
+++ b/DEPS
@@ -42,7 +42,7 @@ deps = {
(Var("googlecode_url") % "google-url") + "/trunk@159",
"src/seccompsandbox":
- (Var("googlecode_url") % "seccompsandbox") + "/trunk@160",
+ (Var("googlecode_url") % "seccompsandbox") + "/trunk@167",
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@28",