summaryrefslogtreecommitdiffstats
path: root/chrome/installer/linux
diff options
context:
space:
mode:
authorrickyz <rickyz@chromium.org>2015-02-06 19:51:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-07 03:52:22 +0000
commit660e2d468bf22b4c315463173d0651af4fe6143f (patch)
tree39779561b2f7da14383de6eb4140982d85e92d5d /chrome/installer/linux
parent0264cb1161367ed0dc5431069405212c7e3aab88 (diff)
downloadchromium_src-660e2d468bf22b4c315463173d0651af4fe6143f.zip
chromium_src-660e2d468bf22b4c315463173d0651af4fe6143f.tar.gz
chromium_src-660e2d468bf22b4c315463173d0651af4fe6143f.tar.bz2
Allow using the namespace sandbox in zygote host.
Currently, this is gated behind the enable-namespace-sandbox switch. Furthermore, the namespace sandbox is only used if seccomp-bpf is supported. BUG=312380 Review URL: https://codereview.chromium.org/897723005 Cr-Commit-Position: refs/heads/master@{#315177}
Diffstat (limited to 'chrome/installer/linux')
-rw-r--r--chrome/installer/linux/debian/expected_deps_ia321
-rw-r--r--chrome/installer/linux/debian/expected_deps_x641
-rw-r--r--chrome/installer/linux/rpm/expected_deps_i3861
-rw-r--r--chrome/installer/linux/rpm/expected_deps_x86_641
4 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/linux/debian/expected_deps_ia32 b/chrome/installer/linux/debian/expected_deps_ia32
index 115bbc3..f3d8eca 100644
--- a/chrome/installer/linux/debian/expected_deps_ia32
+++ b/chrome/installer/linux/debian/expected_deps_ia32
@@ -2,6 +2,7 @@ gconf-service
libasound2 (>= 1.0.23)
libc6 (>= 2.11)
libcairo2 (>= 1.6.0)
+libcap2 (>= 2.10)
libcups2 (>= 1.4.0)
libdbus-1-3 (>= 1.2.14)
libexpat1 (>= 1.95.8)
diff --git a/chrome/installer/linux/debian/expected_deps_x64 b/chrome/installer/linux/debian/expected_deps_x64
index 115bbc3..f3d8eca 100644
--- a/chrome/installer/linux/debian/expected_deps_x64
+++ b/chrome/installer/linux/debian/expected_deps_x64
@@ -2,6 +2,7 @@ gconf-service
libasound2 (>= 1.0.23)
libc6 (>= 2.11)
libcairo2 (>= 1.6.0)
+libcap2 (>= 2.10)
libcups2 (>= 1.4.0)
libdbus-1-3 (>= 1.2.14)
libexpat1 (>= 1.95.8)
diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386
index 7ebb9da..215d0f7 100644
--- a/chrome/installer/linux/rpm/expected_deps_i386
+++ b/chrome/installer/linux/rpm/expected_deps_i386
@@ -3,6 +3,7 @@ ld-linux.so.2(GLIBC_2.1)
ld-linux.so.2(GLIBC_2.3)
libasound.so.2
libcairo.so.2
+libcap.so.2
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64
index 60b6082..5cbde42 100644
--- a/chrome/installer/linux/rpm/expected_deps_x86_64
+++ b/chrome/installer/linux/rpm/expected_deps_x86_64
@@ -3,6 +3,7 @@ ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libasound.so.2()(64bit)
libcairo.so.2()(64bit)
+libcap.so.2()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.11)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)