diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 21:24:53 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 21:24:53 +0000 |
commit | 51dcf6b0e830799ed852cffd223aa0515fd9798a (patch) | |
tree | 6a3cb23f341b94e99305ab2ae63ef9a1fbedba55 /build | |
parent | 2902e467524d456b2a8acd01fa3c66d3854bb5c3 (diff) | |
download | chromium_src-51dcf6b0e830799ed852cffd223aa0515fd9798a.zip chromium_src-51dcf6b0e830799ed852cffd223aa0515fd9798a.tar.gz chromium_src-51dcf6b0e830799ed852cffd223aa0515fd9798a.tar.bz2 |
Revert "linux: enable seccomp sandbox by default"
This reverts commit r61557, unit_tests fail.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index d823c12..79995f2 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, |