blob: f3d381f1e41fe87079187036a1ae9629a50f3c9c [file] [log] [blame]
{
program: {
runner: "elf",
binary: "bin/console",
args: [
"--allow-log-tag",
"driver_manager.cm",
"--allow-log-tag",
"driver",
"--allow-log-tag",
"device",
"--allow-log-tag",
"netcfg",
"--allow-log-tag",
"netstack",
"--deny-log-tag",
"NUD",
"--deny-log-tag",
"klog",
"--allow-log-tag",
"fshost.cm",
"--allow-log-tag",
"/boot/bin/blobfs",
"--allow-log-tag",
"/boot/bin/minfs",
// LogListener has a maxmimum number of tags that can be filtered, so adding
// more here may not work.
],
},
capabilities: [
{ protocol: "fuchsia.hardware.pty.Device" },
],
use: [
{ protocol: "fuchsia.boot.RootResource" },
{ protocol: "fuchsia.boot.WriteOnlyLog" },
{ protocol: "fuchsia.logger.Log" },
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}