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 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: 318 | 140 # For your editing convenience: highest ID currently used: 319 |
| 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 8062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8213 'example_value': '', | 8213 'example_value': '', |
| 8214 'id': 318, | 8214 'id': 318, |
| 8215 'caption': '''Configure ARC apps''', | 8215 'caption': '''Configure ARC apps''', |
| 8216 'tags': [], | 8216 'tags': [], |
| 8217 'desc': | 8217 'desc': |
| 8218 '''Specifies the ARC application policy as JSON string which can be | 8218 '''Specifies the ARC application policy as JSON string which can be |
| 8219 handed-off as-is to the ARC runtime. At the moment, this setting is used | 8219 handed-off as-is to the ARC runtime. At the moment, this setting is used |
| 8220 solely to specify force-installation of the apps. | 8220 solely to specify force-installation of the apps. |
| 8221 | 8221 |
| 8222 If this policy is left not set, no apps are installed automatically.''' | 8222 If this policy is left not set, no apps are installed automatically.''' |
| 8223 } | 8223 }, |
| 8224 { | |
| 8225 'name': 'DeviceQuirksDownloadEnabled', | |
| 8226 'type': 'main', | |
| 8227 'schema': { 'type': 'boolean' }, | |
| 8228 'supported_on': ['chrome_os:51-'], | |
| 8229 'features': { | |
| 8230 'dynamic_refresh': True, | |
| 8231 }, | |
|
Greg Levin
2016/03/14 17:29:47
... when I removed 'per_profile', the presubmit ch
Thiemo Nagel
2016/03/23 14:53:24
I think once you add "'device_only': True" after s
Greg Levin
2016/03/24 23:21:39
Done.
| |
| 8232 'example_value': True, | |
| 8233 'id': 319, | |
| 8234 'caption': '''Enable queries to Quirks Server for hardware profiles''', | |
| 8235 'tags': [], | |
| 8236 'desc': | |
| 8237 '''The Quirks Server provides hardware-specific configuration files, like | |
| 8238 icc display profiles to adjust monitor calibration. | |
| 8239 | |
| 8240 When this policy is set to false, the device will not attempt to | |
| 8241 contact the Quirks Server to download configuration files. | |
| 8242 | |
| 8243 If this policy is true or not configured then enterprise-enrolled devices | |
| 8244 will automatically contact the Quirks Server and download configuration | |
| 8245 files, if available, and store them on the device. Such files might, for | |
| 8246 example, be used to improve display quality of attached monitors.''', | |
| 8247 }, | |
| 8224 ], | 8248 ], |
| 8225 'messages': { | 8249 'messages': { |
| 8226 # Messages that are not associated to any policies. | 8250 # Messages that are not associated to any policies. |
| 8227 'win_supported_winxpsp2': { | 8251 'win_supported_winxpsp2': { |
| 8228 '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:'.''', | 8252 '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:'.''', |
| 8229 'text': '''Microsoft Windows XP SP2 or later''' | 8253 'text': '''Microsoft Windows XP SP2 or later''' |
| 8230 }, | 8254 }, |
| 8231 'mac_chrome_preferences': { | 8255 'mac_chrome_preferences': { |
| 8232 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 8256 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', |
| 8233 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 8257 '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... | |
| 8343 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8367 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 8344 'text': 'Default Settings (users can override)', | 8368 'text': 'Default Settings (users can override)', |
| 8345 }, | 8369 }, |
| 8346 'doc_complex_policies_on_windows': { | 8370 'doc_complex_policies_on_windows': { |
| 8347 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8371 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 8348 '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>' '', | 8372 '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>' '', |
| 8349 }, | 8373 }, |
| 8350 }, | 8374 }, |
| 8351 'placeholders': [], | 8375 'placeholders': [], |
| 8352 } | 8376 } |
| OLD | NEW |