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': 'QuirksClientEnabled', | |
Thiemo Nagel
2016/03/08 20:07:58
This should be a device policy, thus please prefix
Greg Levin
2016/03/14 17:29:47
How about DeviceQuirksDownloadEnabled? As noted i
Thiemo Nagel
2016/03/23 14:53:23
SGTM.
| |
8226 'type': 'main', | |
8227 'schema': { 'type': 'boolean' }, | |
8228 'supported_on': ['chrome_os:51-'], | |
8229 'features': { | |
8230 'dynamic_refresh': True, | |
Greg Levin
2016/03/14 17:29:47
http://www.chromium.org/developers/how-tos/enterpr
Thiemo Nagel
2016/03/23 14:53:23
Absolutely.
| |
8231 'per_profile': False, | |
Thiemo Nagel
2016/03/08 20:07:58
Please drop per_profile since it doesn't apply to
Greg Levin
2016/03/14 17:29:47
Done, but...
| |
8232 }, | |
8233 'example_value': True, | |
8234 'id': 319, | |
8235 'default_for_enterprise_users': True, | |
Thiemo Nagel
2016/03/08 20:07:58
This is only for cases where the enterprise defaul
Greg Levin
2016/03/14 17:29:47
Done.
| |
8236 'caption': '''Enable queries to Quirks Server''', | |
Thiemo Nagel
2016/03/08 20:07:58
Quirks --> Display Quirks
Greg Levin
2016/03/14 17:29:46
Avoiding "display", but added a little more info.
| |
8237 'tags': [], | |
8238 'desc': | |
8239 '''When this policy is set to false, the device will not attempt to | |
Thiemo Nagel
2016/03/08 20:07:58
I'd start out with one sentence explaining what di
Greg Levin
2016/03/14 17:29:47
Updated text.
| |
8240 contact the Quirks Server to download display profile calibration data. | |
8241 Downloaded data will be stored on the device, and improves display quality | |
8242 of affected monitors. | |
8243 | |
8244 If this policy is true or not configured then enterprise-enrolled devices | |
8245 will automatically contact the Quirks Server and download display | |
8246 calibration data, if available.''', | |
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 |