Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: services/shell/public/interfaces/resolver.mojom

Issue 2338793003: services/shell: Turn on sandboxing for mojo apps.
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/catalog/store.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/interfaces/resolver.mojom
diff --git a/services/shell/public/interfaces/resolver.mojom b/services/shell/public/interfaces/resolver.mojom
index bee6c98624d71a1c69e6fd7b966465795fe68f4f..3112f348b56c0e39968caf02f366c9f723409980 100644
--- a/services/shell/public/interfaces/resolver.mojom
+++ b/services/shell/public/interfaces/resolver.mojom
@@ -27,6 +27,10 @@ struct ResolveResult {
// A path to the package file specified by |name|.
mojo.common.mojom.FilePath package_path;
+
+ // Indicates whether the service is privileged or not. If a service is
+ // privileged, then it is run without a sandbox.
+ bool privileged;
};
// Implemented exclusively for the Service Manager's use in resolving mojo:
« no previous file with comments | « services/catalog/store.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698