blob: b3ea36d06959ee3b60ae81bb1779815c7e564e88 [file]
{
program: {
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",
"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: [
{ runner: "elf" },
{ protocol: "fuchsia.boot.RootResource" },
{ protocol: "fuchsia.boot.WriteOnlyLog" },
{ protocol: "fuchsia.logger.Log" },
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}