| 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 5794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5805 If this setting is disabled or not configured then users can use all suppo
rted types of external storage on their device.''', | 5805 If this setting is disabled or not configured then users can use all suppo
rted types of external storage on their device.''', |
| 5806 }, | 5806 }, |
| 5807 { | 5807 { |
| 5808 'name': 'ExternalStorageReadOnly', | 5808 'name': 'ExternalStorageReadOnly', |
| 5809 'id': 343, | 5809 'id': 343, |
| 5810 'type': 'main', | 5810 'type': 'main', |
| 5811 'schema': { 'type': 'boolean' }, | 5811 'schema': { 'type': 'boolean' }, |
| 5812 'tags': [], | 5812 'tags': [], |
| 5813 'supported_on': ['chrome_os:54-'], | 5813 'supported_on': ['chrome_os:54-'], |
| 5814 'caption': '''Treat external storage devices as read-only.''', | 5814 'caption': '''Treat external storage devices as read-only.''', |
| 5815 'desc': '''When this policy is set to true, users cannot write anything to
external storage devices.''', | 5815 'desc': '''Treat external storage devices as read-only. |
| 5816 |
| 5817 This policy is effective only when ExternalStorageDisabled is set to false
or not configured. |
| 5818 |
| 5819 When this policy is set to true, users cannot write anything to external s
torage devices. |
| 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. |
| 5822 |
| 5823 Dynamic refresh of this policy is supported in M56 and later.''', |
| 5816 'features': { | 5824 'features': { |
| 5817 'dynamic_refresh': False, | 5825 'dynamic_refresh': True, |
| 5818 'per_profile': True, | 5826 'per_profile': True, |
| 5819 }, | 5827 }, |
| 5820 'example_value': True | 5828 'example_value': True |
| 5821 }, | 5829 }, |
| 5822 { | 5830 { |
| 5823 'name': 'AudioOutputAllowed', | 5831 'name': 'AudioOutputAllowed', |
| 5824 'type': 'main', | 5832 'type': 'main', |
| 5825 'schema': { 'type': 'boolean' }, | 5833 'schema': { 'type': 'boolean' }, |
| 5826 'supported_on': ['chrome_os:23-'], | 5834 'supported_on': ['chrome_os:23-'], |
| 5827 'features': { | 5835 'features': { |
| (...skipping 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9390 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9398 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9391 'text': 'Default Settings (users can override)', | 9399 'text': 'Default Settings (users can override)', |
| 9392 }, | 9400 }, |
| 9393 'doc_complex_policies_on_windows': { | 9401 'doc_complex_policies_on_windows': { |
| 9394 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9402 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9395 '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>'
'', | 9403 '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>'
'', |
| 9396 }, | 9404 }, |
| 9397 }, | 9405 }, |
| 9398 'placeholders': [], | 9406 'placeholders': [], |
| 9399 } | 9407 } |
| OLD | NEW |