blob: 3690cb7c996b3e8beb6cbc8c396940d483d97a79 [file] [log] [blame]
// Copyright 2023 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",
},
],
}