blob: 735400878fcb2e7bce42d8addd8dba68ad9acd4a [file]
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/memfs",
},
capabilities: [
{
directory: "memfs",
rights: [ "rw*" ],
// Do not change this path. It is needed for storage capabiltiies to work correctly.
path: "/svc/fuchsia.io.Directory",
},
],
expose: [
{
directory: "memfs",
from: "self",
},
],
}