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

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

Issue 2398303003: Declare dynamic refresh support for ExternalStorageReadOnly policy (Closed)
Patch Set: Dynamic refresh is implemented from M56. 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 18682b8561714e206c5e792c5d71435d7c288e86..2f889747a1bb96fa39ffa8386aa7343c6a55c691 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -5812,9 +5812,17 @@
'tags': [],
'supported_on': ['chrome_os:54-'],
'caption': '''Treat external storage devices as read-only.''',
- 'desc': '''When this policy is set to true, users cannot write anything to external storage devices.''',
+ 'desc': '''Treat external storage devices as read-only.
+
+ This policy is effective only when ExternalStorageDisabled is set to false or not configured.
+
+ When this policy is set to true, users cannot write anything to external storage devices.
+
+ If this setting is disabled or not configured then users can create and modify files of external storage devices which are physically writable.
+
+ Dynamic refresh of this policy is supported in M56 and later.''',
'features': {
- 'dynamic_refresh': False,
+ 'dynamic_refresh': True,
'per_profile': True,
},
'example_value': True
« 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