df5cae97dc
This reverts commit61f45d66b2. This reverts commita0ab33ac52. This reverts commit68e2512ace. This reverts commitfb732a570d. TEST=ci Bug: b/501539846 Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try,vm-fuchsia-release-arm64-try,vm-ffi-mac-debug-simarm64_arm64-try,vm-ffi-mac-release-simarm64_arm64-try Change-Id: I7f27bb15bf1fcb26fe8793a043b7530ed99a02a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/495480 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
{
|
|
use: [
|
|
{
|
|
directory: "config-data",
|
|
rights: [ "r*" ],
|
|
path: "/config/data",
|
|
},
|
|
{
|
|
storage: "cache",
|
|
path: "/cache",
|
|
},
|
|
{
|
|
storage: "data",
|
|
path: "/data",
|
|
},
|
|
{
|
|
storage: "tmp",
|
|
path: "/tmp",
|
|
},
|
|
{
|
|
directory: "root-ssl-certificates",
|
|
rights: [ "r*" ],
|
|
path: "/config/ssl",
|
|
},
|
|
{
|
|
protocol: [
|
|
"fuchsia.deprecatedtimezone.Timezone",
|
|
"fuchsia.inspect.InspectSink",
|
|
"fuchsia.intl.PropertyProvider",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.net.name.Lookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.sysmem2.Allocator",
|
|
"fuchsia.timezone.Timezone",
|
|
"fuchsia.tracing.provider.Registry",
|
|
],
|
|
},
|
|
]
|
|
}
|