blob: a6fe732ee1bac4d0d3d1d2f39caf3f481980c42c [file] [log] [blame]
// Copyright 2020 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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/disk-extract",
},
capabilities: [
{ protocol: "fuchsia.fs.Admin" },
],
use: [
{ runner: "elf" },
{
directory: "dev-class-block",
rights: [ "rw*" ],
path: "/dev/class/block",
},
{
directory: "deprecated-tmp",
rights: [
"admin",
"rw*",
],
path: "/tmp",
},
],
}