Chromium Code Reviews| 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 5792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5803 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', | 5803 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', |
| 5804 }, | 5804 }, |
| 5805 { | 5805 { |
| 5806 'name': 'ExternalStorageReadOnly', | 5806 'name': 'ExternalStorageReadOnly', |
| 5807 'id': 343, | 5807 'id': 343, |
| 5808 'type': 'main', | 5808 'type': 'main', |
| 5809 'schema': { 'type': 'boolean' }, | 5809 'schema': { 'type': 'boolean' }, |
| 5810 'tags': [], | 5810 'tags': [], |
| 5811 'supported_on': ['chrome_os:54-'], | 5811 'supported_on': ['chrome_os:54-'], |
| 5812 'caption': '''Treat external storage devices as read-only.''', | 5812 'caption': '''Treat external storage devices as read-only.''', |
| 5813 'desc': '''Treat external storage devices as read-only. | 5813 'desc': '''This policy is effective only when ExternalStorageDisabled is s et to false or not configured. |
|
Andrew T Wilson (Slow)
2016/11/25 14:25:13
What does this mean, exactly? It sure seems like t
Thiemo Nagel
2016/11/25 15:02:19
I'm leaving this to Tatsuhisa for follow-up.
| |
| 5814 | |
| 5815 This policy is effective only when ExternalStorageDisabled is set to false or not configured. | |
| 5816 | 5814 |
| 5817 When this policy is set to true, users cannot write anything to external s torage devices. | 5815 When this policy is set to true, users cannot write anything to external s torage devices. |
| 5818 | 5816 |
| 5819 If this setting is disabled or not configured then users can create and mo dify files of external storage devices which are physically writable. | 5817 If this setting is disabled or not configured then users can create and mo dify files of external storage devices which are physically writable. |
|
Andrew T Wilson (Slow)
2016/11/25 14:25:13
"setting is disabled" is unclear. Should we say "
Thiemo Nagel
2016/11/25 15:02:20
I'm leaving this to Tatsuhisa for follow-up.
| |
| 5820 | 5818 |
| 5821 Dynamic refresh of this policy is supported in M56 and later.''', | 5819 Dynamic refresh of this policy is supported in M56 and later.''', |
| 5822 'features': { | 5820 'features': { |
| 5823 'dynamic_refresh': True, | 5821 'dynamic_refresh': True, |
| 5824 'per_profile': True, | 5822 'per_profile': True, |
| 5825 }, | 5823 }, |
| 5826 'example_value': True | 5824 'example_value': True |
| 5827 }, | 5825 }, |
| 5828 { | 5826 { |
| 5829 'name': 'AudioOutputAllowed', | 5827 'name': 'AudioOutputAllowed', |
| (...skipping 3566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9396 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 9394 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 9397 'text': 'Default Settings (users can override)', | 9395 'text': 'Default Settings (users can override)', |
| 9398 }, | 9396 }, |
| 9399 'doc_complex_policies_on_windows': { | 9397 'doc_complex_policies_on_windows': { |
| 9400 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 9398 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 9401 '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>' '', | 9399 '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>' '', |
| 9402 }, | 9400 }, |
| 9403 }, | 9401 }, |
| 9404 'placeholders': [], | 9402 'placeholders': [], |
| 9405 } | 9403 } |
| OLD | NEW |