blob: ba7322eb0e22a1b083337e530bb75388d247d43c [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: "icd_runner",
},
capabilities: [
{
directory: "contents",
rights: [ "rx*" ],
path: "/pkg",
},
],
expose: [
{
directory: "contents",
from: "self",
rights: [ "rx*" ],
},
{
directory: "contents",
from: "self",
as: "metadata",
rights: [ "r*" ],
subdir: "data",
},
],
}