blob: 4475c659a686241459dbb16809b69e8888e806c8 [file] [log] [blame]
{
debug: true,
maintain_utc_clock: false,
use_builtin_process_launcher: false,
num_threads: 1,
namespace_capabilities: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.boot.WriteOnlyLog",
"fuchsia.process.Launcher",
],
},
// For route_directories_from_component_manager_namespace test
{
directory: "read_only",
path: "/read_only",
rights: [
"r*",
],
},
{
directory: "read_write",
path: "/read_write",
rights: [
"rw*",
],
},
{
directory: "read_write_dup",
path: "/read_write_dup",
rights: [
"rw*",
],
},
{
directory: "read_exec",
path: "/read_exec",
rights: [
"rx*",
],
},
{
directory: "read_only_after_scoped",
path: "/read_only_after_scoped",
rights: [
"r*",
],
},
],
builtin_capabilities: [
{
protocol: [
"fuchsia.sys2.CrashIntrospect",
"fuchsia.sys2.SystemController",
],
},
{
runner: "builtin",
},
{
runner: "realm_builder",
},
{
resolver: "realm_builder_resolver",
},
],
realm_builder_resolver_and_runner: "namespace",
log_all_events: true,
enable_introspection: true,
}