| { |
| debug: true, |
| maintain_utc_clock: false, |
| use_builtin_process_launcher: false, |
| builtin_pkg_resolver: "appmgr_bridge", |
| out_dir_contents: "svc", |
| num_threads: 1, |
| root_component_url: "fuchsia-pkg://fuchsia.com/test_manager#meta/test_manager.cm", |
| namespace_capabilities: [ |
| { |
| directory: "dev-input-report", |
| rights: [ |
| "r*" |
| ], |
| path: "/dev/class/input-report", |
| }, |
| { |
| directory: "config-data", |
| rights: [ |
| "r*" |
| ], |
| path: "/pkgfs/packages/config-data/0/meta/data", |
| }, |
| { |
| directory: "config-ssl", |
| rights: [ |
| "r*" |
| ], |
| path: "/config/ssl", |
| }, |
| { |
| directory: "tmp-debug-data", |
| rights: [ |
| "rw*" |
| ], |
| path: "/tmp", |
| }, |
| { |
| protocol: [ |
| "fuchsia.boot.WriteOnlyLog", |
| "fuchsia.logger.LogSink", |
| "fuchsia.process.Launcher", |
| ], |
| } |
| ], |
| security_policy: { |
| debug_registration_policy: [ |
| { |
| debug: "protocol", |
| environment_name: "test-env", |
| source_moniker: "/debug_data", |
| source_name: "fuchsia.debugdata.DebugData", |
| target_moniker: "/" |
| } |
| ] |
| }, |
| } |