| OLD | NEW |
| 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 Loading... |
| 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': '''When this policy is set to true, users cannot write anything to
external storage devices. |
| 5818 | 5818 |
| 5819 When this policy is set to true, users cannot write anything to external s
torage devices. | 5819 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. |
| 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 The ExternalStorageDisabled policy takes precedence over this policy - if
ExternalStorageDisabled is set to true, then all access to external storage is d
isabled and this policy is consequently ignored. |
| 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 Loading... |
| 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 } |
| OLD | NEW |