21 lines
484 B
Plaintext
21 lines
484 B
Plaintext
// Copyright 2022 The Chromium Authors
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
{
|
|
use: [
|
|
{
|
|
directory: "root-ssl-certificates",
|
|
rights: [ "r*" ],
|
|
path: "/config/ssl",
|
|
},
|
|
{
|
|
protocol: [
|
|
"fuchsia.device.NameProvider", // Required by FDIO.
|
|
"fuchsia.net.interfaces.State",
|
|
"fuchsia.net.name.Lookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
],
|
|
},
|
|
],
|
|
}
|