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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2536593002: Revise the description of ExternalStorageReadOnly to make it clearer. (Closed)
Patch Set: Rephrasing. Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 5796 matching lines...) Expand 10 before | Expand all | Expand 10 after
5807 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', 5807 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''',
5808 }, 5808 },
5809 { 5809 {
5810 'name': 'ExternalStorageReadOnly', 5810 'name': 'ExternalStorageReadOnly',
5811 'id': 343, 5811 'id': 343,
5812 'type': 'main', 5812 'type': 'main',
5813 'schema': { 'type': 'boolean' }, 5813 'schema': { 'type': 'boolean' },
5814 'tags': [], 5814 'tags': [],
5815 'supported_on': ['chrome_os:54-'], 5815 'supported_on': ['chrome_os:54-'],
5816 'caption': '''Treat external storage devices as read-only.''', 5816 'caption': '''Treat external storage devices as read-only.''',
5817 'desc': '''This policy is effective only when ExternalStorageDisabled is s et to false or not configured. 5817 'desc': '''This policy takes effect only when ExternalStorageDisabled is s et to false or not configured.
Andrew T Wilson (Slow) 2016/11/28 12:05:18 I would move this description (interaction of this
yamaguchi 2016/11/28 12:21:32 Done. Thanks so much for your help!
5818 5818
5819 When this policy is set to true, users cannot write anything to external s torage devices. 5819 When this policy is set to true, users cannot write anything to external s torage devices.
5820 5820
5821 If this setting is disabled or not configured then users can create and mo dify files of external storage devices which are physically writable. 5821 If this setting is set to false or not configured, then users can create a nd modify files of external storage devices which are physically writable.
5822 5822
5823 Dynamic refresh of this policy is supported in M56 and later.''', 5823 Dynamic refresh of this policy is supported in M56 and later.''',
5824 'features': { 5824 'features': {
5825 'dynamic_refresh': True, 5825 'dynamic_refresh': True,
5826 'per_profile': True, 5826 'per_profile': True,
5827 }, 5827 },
5828 'example_value': True 5828 'example_value': True
5829 }, 5829 },
5830 { 5830 {
5831 'name': 'AudioOutputAllowed', 5831 'name': 'AudioOutputAllowed',
(...skipping 3568 matching lines...) Expand 10 before | Expand all | Expand 10 after
9400 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9400 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9401 'text': 'Default Settings (users can override)', 9401 'text': 'Default Settings (users can override)',
9402 }, 9402 },
9403 'doc_complex_policies_on_windows': { 9403 'doc_complex_policies_on_windows': {
9404 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9404 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9405 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9405 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9406 }, 9406 },
9407 }, 9407 },
9408 'placeholders': [], 9408 'placeholders': [],
9409 } 9409 }
OLDNEW
« 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