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: 316 | 140 # For your editing convenience: highest ID currently used: 317 |
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 8020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8171 after the policy value has changed. Users may change the display | 8171 after the policy value has changed. Users may change the display |
8172 rotation via the settings page after logging in, but their | 8172 rotation via the settings page after logging in, but their |
8173 setting will be overridden by the policy value at the next reboot. | 8173 setting will be overridden by the policy value at the next reboot. |
8174 | 8174 |
8175 This policy applies to both the primary and all secondary displays. | 8175 This policy applies to both the primary and all secondary displays. |
8176 | 8176 |
8177 If the policy is not set, the default value is 0 degrees and the user is | 8177 If the policy is not set, the default value is 0 degrees and the user is |
8178 free to change it. In this case, the default value is not reapplied at | 8178 free to change it. In this case, the default value is not reapplied at |
8179 restart.''', | 8179 restart.''', |
8180 }, | 8180 }, |
| 8181 { |
| 8182 'name': 'UsbDetachableWhitelist', |
| 8183 'type': 'list', |
| 8184 'schema': { |
| 8185 'type': 'array', |
| 8186 'items': { |
| 8187 'type': 'object', |
| 8188 'id': 'UsbDeviceId', |
| 8189 'properties': { |
| 8190 'vendor_id': { 'type': 'integer' }, |
| 8191 'product_id': { 'type': 'integer' }, |
| 8192 }, |
| 8193 }, |
| 8194 }, |
| 8195 'supported_on': ['chrome_os:51-'], |
| 8196 'device_only': True, |
| 8197 'features': { |
| 8198 'dynamic_refresh': True, |
| 8199 }, |
| 8200 'example_value': [ |
| 8201 { |
| 8202 'vendor_id' : 0x0403, |
| 8203 'product_id' : 0x6001, |
| 8204 }, |
| 8205 { |
| 8206 'vendor_id' : 0x413c, |
| 8207 'product_id' : 0x2105, |
| 8208 } |
| 8209 ], |
| 8210 'id': 317, |
| 8211 'caption': '''Whitelist of USB detachable devices''', |
| 8212 'tags': ['system-security'], |
| 8213 '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. |
| 8214 |
| 8215 If this policy is not configured, the list of a detachable USB devices is
considered as empty.''', |
| 8216 }, |
8181 ], | 8217 ], |
8182 'messages': { | 8218 'messages': { |
8183 # Messages that are not associated to any policies. | 8219 # Messages that are not associated to any policies. |
8184 'win_supported_winxpsp2': { | 8220 'win_supported_winxpsp2': { |
8185 '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:'.''', | 8221 '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:'.''', |
8186 'text': '''Microsoft Windows XP SP2 or later''' | 8222 'text': '''Microsoft Windows XP SP2 or later''' |
8187 }, | 8223 }, |
8188 'mac_chrome_preferences': { | 8224 'mac_chrome_preferences': { |
8189 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', | 8225 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', |
8190 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 8226 '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... |
8300 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8336 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
8301 'text': 'Default Settings (users can override)', | 8337 'text': 'Default Settings (users can override)', |
8302 }, | 8338 }, |
8303 'doc_complex_policies_on_windows': { | 8339 'doc_complex_policies_on_windows': { |
8304 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8340 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
8305 '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>'
'', | 8341 '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>'
'', |
8306 }, | 8342 }, |
8307 }, | 8343 }, |
8308 'placeholders': [], | 8344 'placeholders': [], |
8309 } | 8345 } |
OLD | NEW |