mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
a443e60e01
ListInterfaces copied from Linux; Fuchsia's fdio implements getifaddrs since https://fuchsia.googlesource.com/fuchsia/+/a8b1df8. Change-Id: I6fa03dfa8a446551e4fa1ad3c0309ad51bb93310 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159220 Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Zach Anderson <zra@google.com>
27 lines
694 B
Text
27 lines
694 B
Text
{
|
|
"program": {
|
|
"binary": "exe.stripped/dart"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"config-data",
|
|
"deprecated-ambient-replace-as-executable",
|
|
"root-ssl-certificates",
|
|
"isolated-cache-storage",
|
|
"isolated-persistent-storage",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.deprecatedtimezone.Timezone",
|
|
"fuchsia.device.NameProvider",
|
|
"fuchsia.feedback.CrashReporter",
|
|
"fuchsia.intl.PropertyProvider",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.timezone.Timezone",
|
|
"fuchsia.tracing.provider.Registry"
|
|
]
|
|
}
|
|
}
|