blob: 1a74c5ce10d9443d5305bc8750ffe5066e91b13b [file]
{
debug: true,
namespace_capabilities: [
// 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*",
],
},
],
}