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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2536593002: Revise the description of ExternalStorageReadOnly to make it clearer. (Closed)
Patch Set: Change the order of paragraphs to describe the policy itself first, rather than interaction with ot… Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 3ed6ea907975b6d9659f519b00a1aea31c2f3b58..63263602d27e3e56fbaf0d15fd53dc6ace77ec5f 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -5814,11 +5814,11 @@
'tags': [],
'supported_on': ['chrome_os:54-'],
'caption': '''Treat external storage devices as read-only.''',
- 'desc': '''This policy is effective only when ExternalStorageDisabled is set to false or not configured.
+ 'desc': '''When this policy is set to true, users cannot write anything to external storage devices.
- When this policy is set to true, users cannot write anything to external storage devices.
+ If this setting is set to false or not configured, then users can create and modify files of external storage devices which are physically writable.
- If this setting is disabled or not configured then users can create and modify files of external storage devices which are physically writable.
+ The ExternalStorageDisabled policy takes precedence over this policy - if ExternalStorageDisabled is set to true, then all access to external storage is disabled and this policy is consequently ignored.
Dynamic refresh of this policy is supported in M56 and later.''',
'features': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698