blob: ef41423fe014af9542029befa8608d0057545ebc [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.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/memfs",
},
capabilities: [
{
directory: "memfs",
rights: [ "rw*" ],
path: "/root",
},
],
use: [
{
protocol: [ "fuchsia.scheduler.RoleManager" ],
},
],
expose: [
{
directory: "memfs",
from: "self",
},
],
}