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 8333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8344 'caption': '''Whitelist of USB detachable devices''', | 8344 'caption': '''Whitelist of USB detachable devices''', |
8345 'tags': ['system-security'], | 8345 'tags': ['system-security'], |
8346 '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. | 8346 '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. |
8347 | 8347 |
8348 If this policy is not configured, the list of a detachable USB devices is
considered as empty.''', | 8348 If this policy is not configured, the list of a detachable USB devices is
considered as empty.''', |
8349 }, | 8349 }, |
8350 { | 8350 { |
8351 'name': 'DeviceAllowBluetooth', | 8351 'name': 'DeviceAllowBluetooth', |
8352 'type': 'main', | 8352 'type': 'main', |
8353 'schema': { 'type': 'boolean' }, | 8353 'schema': { 'type': 'boolean' }, |
8354 'supported_on': ['chrome_os:51-'], | 8354 'supported_on': ['chrome_os:52-'], |
8355 'device_only': True, | 8355 'device_only': True, |
8356 'features': { | 8356 'features': { |
8357 'dynamic_refresh': True, | 8357 'dynamic_refresh': False, |
8358 }, | 8358 }, |
8359 'example_value': True, | 8359 'example_value': True, |
8360 'id': 323, | 8360 'id': 323, |
8361 'caption': '''Allow bluetooth on device''', | 8361 'caption': '''Allow bluetooth on device''', |
8362 'tags': [], | 8362 'tags': [], |
8363 'desc': '''If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> will disable Bluetooth and the user cannot enable i
t back. | 8363 'desc': '''If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> will disable Bluetooth and the user cannot enable i
t back. |
8364 | 8364 |
8365 If this policy is set to true or left unset, the user will be able to enab
le or disable Bluetooth as he wishes. | 8365 If this policy is set to true or left unset, the user will be able to enab
le or disable Bluetooth as he wishes. |
8366 | 8366 |
8367 If this policy is set, the user cannot change or override it.''', | 8367 If this policy is set, the user cannot change or override it. |
| 8368 |
| 8369 After enabling Bluetooth, the device must be rebooted for the changes to t
ake effect (no need to reboot the device when disabling Bluetooth).''', |
8368 }, | 8370 }, |
8369 { | 8371 { |
8370 'name': 'SuppressUnsupportedOSWarning', | 8372 'name': 'SuppressUnsupportedOSWarning', |
8371 'caption': '''Suppress the unsupported OS warning''', | 8373 'caption': '''Suppress the unsupported OS warning''', |
8372 'desc': '''Suppresses the warning that appears when <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> is running on a computer or operating system tha
t is no longer supported.''', | 8374 'desc': '''Suppresses the warning that appears when <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> is running on a computer or operating system tha
t is no longer supported.''', |
8373 'type': 'main', | 8375 'type': 'main', |
8374 'schema': { 'type': 'boolean' }, | 8376 'schema': { 'type': 'boolean' }, |
8375 'supported_on': ['chrome.*:49-','chrome_os:49-'], | 8377 'supported_on': ['chrome.*:49-','chrome_os:49-'], |
8376 'features': { | 8378 'features': { |
8377 'dynamic_refresh': False, | 8379 'dynamic_refresh': False, |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8581 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8583 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
8582 'text': 'Default Settings (users can override)', | 8584 'text': 'Default Settings (users can override)', |
8583 }, | 8585 }, |
8584 'doc_complex_policies_on_windows': { | 8586 'doc_complex_policies_on_windows': { |
8585 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8587 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
8586 '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>'
'', | 8588 '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>'
'', |
8587 }, | 8589 }, |
8588 }, | 8590 }, |
8589 'placeholders': [], | 8591 'placeholders': [], |
8590 } | 8592 } |
OLD | NEW |