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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
130 # templates and documentation. The policy definition list that Chrome sees | 130 # templates and documentation. The policy definition list that Chrome sees |
131 # will include policies marked with 'future'. If a WIP policy isn't meant to | 131 # will include policies marked with 'future'. If a WIP policy isn't meant to |
132 # be seen by the policy providers either, the 'supported_on' key should be set | 132 # be seen by the policy providers either, the 'supported_on' key should be set |
133 # to an empty list. | 133 # to an empty list. |
134 # | 134 # |
135 # IDs: | 135 # IDs: |
136 # Since a Protocol Buffer definition is generated from this file, unique and | 136 # Since a Protocol Buffer definition is generated from this file, unique and |
137 # persistent IDs for all fields (but not for groups!) are needed. These are | 137 # persistent IDs for all fields (but not for groups!) are needed. These are |
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
139 # because doing so would break the deployed wire format! | 139 # because doing so would break the deployed wire format! |
140 # For your editing convenience: highest ID currently used: 322 | 140 # For your editing convenience: highest ID currently used: 323 |
141 # | 141 # |
142 # Placeholders: | 142 # Placeholders: |
143 # The following placeholder strings are automatically substituted: | 143 # The following placeholder strings are automatically substituted: |
144 # $1 -> Google Chrome / Chromium | 144 # $1 -> Google Chrome / Chromium |
145 # $2 -> Google Chrome OS / Chromium OS | 145 # $2 -> Google Chrome OS / Chromium OS |
146 # $3 -> Google Chrome Frame / Chromium Frame | 146 # $3 -> Google Chrome Frame / Chromium Frame |
147 # $6 is reserved for doc_writer | 147 # $6 is reserved for doc_writer |
148 # | 148 # |
149 # Device Policy: | 149 # Device Policy: |
150 # An additional flag 'device_only' (optional, defaults to False) indicates | 150 # An additional flag 'device_only' (optional, defaults to False) indicates |
(...skipping 8181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8332 'product_id' : 8453, | 8332 'product_id' : 8453, |
8333 } | 8333 } |
8334 ], | 8334 ], |
8335 'id': 322, | 8335 'id': 322, |
8336 'caption': '''Whitelist of USB detachable devices''', | 8336 'caption': '''Whitelist of USB detachable devices''', |
8337 'tags': ['system-security'], | 8337 'tags': ['system-security'], |
8338 'desc': '''Defines the list of USB devices that are allowed to be detached from their kernel driver in order to be used through the chrome.usb API directl y inside a web application. Entries are pairs of USB Vendor Identifier and Produ ct Identifier to identify a specific hardware. | 8338 'desc': '''Defines the list of USB devices that are allowed to be detached from their kernel driver in order to be used through the chrome.usb API directl y inside a web application. Entries are pairs of USB Vendor Identifier and Produ ct Identifier to identify a specific hardware. |
8339 | 8339 |
8340 If this policy is not configured, the list of a detachable USB devices is considered as empty.''', | 8340 If this policy is not configured, the list of a detachable USB devices is considered as empty.''', |
8341 }, | 8341 }, |
8342 { | |
8343 'name': 'DeviceQuirksDownloadEnabled', | |
8344 'type': 'main', | |
8345 'schema': { 'type': 'boolean' }, | |
8346 'supported_on': ['chrome_os:51-'], | |
8347 'features': { | |
8348 'dynamic_refresh': True, | |
8349 }, | |
8350 'example_value': True, | |
8351 'id': 323, | |
8352 'caption': '''Enable queries to Quirks Server for hardware profiles''', | |
8353 'tags': [], | |
8354 'desc': | |
8355 '''The Quirks Server provides hardware-specific configuration files, like | |
8356 icc display profiles to adjust monitor calibration. | |
Thiemo Nagel
2016/03/23 14:53:24
icc --> ICC
Greg Levin
2016/03/24 23:21:40
Done.
| |
8357 | |
8358 When this policy is set to false, the device will not attempt to | |
8359 contact the Quirks Server to download configuration files. | |
8360 | |
8361 If this policy is true or not configured then enterprise-enrolled devices | |
Thiemo Nagel
2016/03/23 14:53:24
I'd suggest to "enterprise-enrolled devices" --> "
Greg Levin
2016/03/24 23:21:40
Done.
| |
8362 will automatically contact the Quirks Server and download configuration | |
8363 files, if available, and store them on the device. Such files might, for | |
8364 example, be used to improve display quality of attached monitors.''', | |
8365 }, | |
8342 ], | 8366 ], |
8343 'messages': { | 8367 'messages': { |
8344 # Messages that are not associated to any policies. | 8368 # Messages that are not associated to any policies. |
8345 'win_supported_winxpsp2': { | 8369 'win_supported_winxpsp2': { |
8346 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 8370 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
8347 'text': '''Microsoft Windows XP SP2 or later''' | 8371 'text': '''Microsoft Windows XP SP2 or later''' |
8348 }, | 8372 }, |
8349 'mac_chrome_preferences': { | 8373 'mac_chrome_preferences': { |
8350 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 8374 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', |
8351 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 8375 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8461 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8485 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
8462 'text': 'Default Settings (users can override)', | 8486 'text': 'Default Settings (users can override)', |
8463 }, | 8487 }, |
8464 'doc_complex_policies_on_windows': { | 8488 'doc_complex_policies_on_windows': { |
8465 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8489 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
8466 '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>' '', | 8490 '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>' '', |
8467 }, | 8491 }, |
8468 }, | 8492 }, |
8469 'placeholders': [], | 8493 'placeholders': [], |
8470 } | 8494 } |
OLD | NEW |