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

Unified Diff: components/font_service/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 | « components/filesystem/manifest.json ('k') | components/leveldb/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/manifest.json
diff --git a/components/font_service/manifest.json b/components/font_service/manifest.json
index 665c6a37a04aeed1f16a6db7bb805c3b9aa1d05e..8f2c068b2d62581312fc6bf9d16dd498919e8838 100644
--- a/components/font_service/manifest.json
+++ b/components/font_service/manifest.json
@@ -9,7 +9,8 @@
]
},
"required": {
- "*": { "classes": [ "app" ] }
+ "*": { "classes": [ "app" ] },
+ "mojo:shell": { "classes": ["shell:unsandboxed"] }
}
}
}
« no previous file with comments | « components/filesystem/manifest.json ('k') | components/leveldb/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698