Opt tests into the ambient-replace-as-executable feature

Bug: fuchsia:SEC-307

Just adding this feature as a pre-flight step while we
restrict the ability for arbitrary processes to make
VMOs executable.

Change-Id: I4ccdad44855f300edb4e5cbd0b89d5be230a7b4a
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1659947
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Oliver Hunt 2019-06-04 16:32:52 -07:00 committed by Commit Bot
parent 3a6f57178a
commit de22b8d050

View File

@ -11,7 +11,8 @@
},
"sandbox": {
"features": [
"system-temp"
"system-temp",
"deprecated-ambient-replace-as-executable"
],
"services": [
"fuchsia.net.SocketProvider",