blob: d211a905caf0e6d28eb62f224bee9d32cac843b4 [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: "elf",
binary: "bin/package_directory_exposer_bin",
},
capabilities: [
{
directory: "pkg",
rights: [ "r*" ],
path: "/pkg",
},
],
expose: [
{
directory: "pkg",
from: "self",
},
],
}