summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 20:40:34 +0000
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 20:40:34 +0000
commit6def64a3e4dba4ee9d7157851a490218e1183549 (patch)
tree5ae08fac0c30a709c0ecfbf0399a9fe45d4e6339 /build
parent10d474b1c91eb795e7c83787daf3e9ac6657bb1f (diff)
downloadchromium_src-6def64a3e4dba4ee9d7157851a490218e1183549.zip
chromium_src-6def64a3e4dba4ee9d7157851a490218e1183549.tar.gz
chromium_src-6def64a3e4dba4ee9d7157851a490218e1183549.tar.bz2
Revert 64267 - linux: enable seccomp sandbox by default
(Reason for revert: Widespread failures on Linux bots starting with http://build.chromium.org/p/chromium/builders/Linux%20Tests%20(dbg)(2)/builds/729) Seeing how the bots feel about this again. BUG=36133 Review URL: http://codereview.chromium.org/3539015 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/4200010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 205202d..4d5836e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -283,9 +283,9 @@
# better.
'linux_keep_shadow_stacks%': 0,
- # Turn on seccomp sandbox by default.
- # (Note: this is disabled for official builds.)
- 'linux_use_seccomp_sandbox%': 1,
+ # Set to 1 to turn on seccomp sandbox by default.
+ # (Note: this is ignored for official builds.)
+ 'linux_use_seccomp_sandbox%': 0,
# Set to 1 to link against libgnome-keyring instead of using dlopen().
'linux_link_gnome_keyring%': 0,