blob: 50c63e145dc3294a77afb6729c45f99799f93da0 [file]
// Copyright 2024 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",
},
],
}