mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Isolation=good. Change-Id: Ide383f52548bbfb5bef2703787cb7bab411fb8bf Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315002 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
25 lines
680 B
Plaintext
25 lines
680 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"injected-services": {
|
|
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
|
|
}
|
|
}
|
|
},
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|