| { | |
| debug: true, | |
| use_builtin_process_launcher: false, | |
| log_destination: "syslog", | |
| namespace_capabilities: [ | |
| { | |
| protocol: [ | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.process.Launcher", | |
| ], | |
| }, | |
| ], | |
| builtin_capabilities: [ | |
| { | |
| protocol: [ | |
| "fuchsia.pkg.PackageResolver-boot", | |
| "fuchsia.sys2.CrashIntrospect", | |
| "fuchsia.sys2.SystemController", | |
| ], | |
| }, | |
| { | |
| runner: "builtin_elf_runner", | |
| }, | |
| { | |
| resolver: "boot_resolver", | |
| }, | |
| ], | |
| builtin_boot_resolver: "boot", | |
| enable_introspection: true, | |
| vmex_source: "namespace", | |
| } |