blob: 6fe2594d140d9bb0fb3f3a77044c127c5889bf65 [file] [log] [blame] [edit]
// 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: "elf",
binary: "bin/tpm_tool",
forward_stderr_to: "log",
forward_stdout_to: "log",
},
use: [
{
directory: "dev-class",
rights: [ "r*" ],
path: "/dev/class",
},
],
}