| Index: services/shell/manifest.json
|
| diff --git a/services/shell/manifest.json b/services/shell/manifest.json
|
| index 7298197185d1872ed13f2477e97c3e0613d7d8f0..1dbee4ec82452aeb0c3390684a51ee81da8b761f 100644
|
| --- a/services/shell/manifest.json
|
| +++ b/services/shell/manifest.json
|
| @@ -3,6 +3,11 @@
|
| "name": "service:shell",
|
| "display_name": "Service Manager",
|
| "capabilities": {
|
| + // NOTE: This manifest is for documentation purposes only. Relevant
|
| + // capability spec is defined inline in the ServiceManager implementation.
|
| + //
|
| + // TODO(rockot): Fix this. We can bake this file into ServiceManager at
|
| + // build time or something. Same with service:catalog.
|
| "provided": {
|
| // Clients requesting this class are able to connect to other clients as
|
| // specific users other than their own.
|
| @@ -20,7 +25,7 @@
|
| // Clients requesting this class block inbound requests to bind interfaces
|
| // from other sources who specify wildcard rules in their manifest
|
| // capability interface sets.
|
| - "shell:explicit_class": [ ]
|
| + "shell:explicit_class": [ ]
|
| },
|
| "required": {
|
| "service:shell": { "classes": [ "shell:all_users" ] }
|
|
|