blob: dded45d4242ac0704282445337b62355898d2152 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
capabilities: [
{
directory: "minfs",
rights: [ "rw*" ],
path: "/fs/data",
},
],
expose: [
{
directory: "minfs",
from: "self",
},
],
}