diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 20:52:53 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 20:52:53 +0000 |
commit | 1b77ee1a594c5a90a7043f6d2daa0d170da8f5ec (patch) | |
tree | 58eafb5040d8c205b4162051e1216c2ee08ef03f /build | |
parent | 6d156893bcf18435440d1ab9668fa66d90cd5dee (diff) | |
download | chromium_src-1b77ee1a594c5a90a7043f6d2daa0d170da8f5ec.zip chromium_src-1b77ee1a594c5a90a7043f6d2daa0d170da8f5ec.tar.gz chromium_src-1b77ee1a594c5a90a7043f6d2daa0d170da8f5ec.tar.bz2 |
linux: enable seccomp sandbox by default
Seeing how the bots feel about this again.
BUG=36133
Review URL: http://codereview.chromium.org/3539015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61557 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 79995f2..d823c12 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -283,9 +283,9 @@ # better. 'linux_keep_shadow_stacks%': 0, - # Set to 1 to turn on seccomp sandbox by default. - # (Note: this is ignored for official builds.) - 'linux_use_seccomp_sandbox%': 0, + # Turn on seccomp sandbox by default. + # (Note: this is disabled for official builds.) + 'linux_use_seccomp_sandbox%': 1, # Set to 1 to link against libgnome-keyring instead of using dlopen(). 'linux_link_gnome_keyring%': 0, |