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

Unified Diff: services/ui/manifest.json

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/shell/service_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 353f0e3e3cf6ede7f7ffa6865fcc386391f24c0e..c0f7842d5091767e7cc6a1e830cb098cd0e268ba 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -26,7 +26,13 @@
"required": {
"mojo:ui": { "classes": [ "ozone" ] },
"*": { "classes": [ "app" ] },
- "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
+ "mojo:shell": {
+ "classes": [
+ "shell:all_users",
+ "shell:explicit_class",
+ "shell:unsandboxed"
+ ]
+ }
}
}
}
« no previous file with comments | « services/shell/service_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698