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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
111 # templates and documentation. The policy definition list that Chrome sees | 111 # templates and documentation. The policy definition list that Chrome sees |
112 # will include policies marked with 'future'. If a WIP policy isn't meant to | 112 # will include policies marked with 'future'. If a WIP policy isn't meant to |
113 # be seen by the policy providers either, the 'supported_on' key should be set | 113 # be seen by the policy providers either, the 'supported_on' key should be set |
114 # to an empty list. | 114 # to an empty list. |
115 # | 115 # |
116 # IDs: | 116 # IDs: |
117 # Since a Protocol Buffer definition is generated from this file, unique and | 117 # Since a Protocol Buffer definition is generated from this file, unique and |
118 # persistent IDs for all fields (but not for groups!) are needed. These are | 118 # persistent IDs for all fields (but not for groups!) are needed. These are |
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
120 # because doing so would break the deployed wire format! | 120 # because doing so would break the deployed wire format! |
121 # For your editing convenience: highest ID currently used: 265 | 121 # For your editing convenience: highest ID currently used: 266 |
122 # | 122 # |
123 # Placeholders: | 123 # Placeholders: |
124 # The following placeholder strings are automatically substituted: | 124 # The following placeholder strings are automatically substituted: |
125 # $1 -> Google Chrome / Chromium | 125 # $1 -> Google Chrome / Chromium |
126 # $2 -> Google Chrome OS / Chromium OS | 126 # $2 -> Google Chrome OS / Chromium OS |
127 # $3 -> Google Chrome Frame / Chromium Frame | 127 # $3 -> Google Chrome Frame / Chromium Frame |
128 # $6 is reserved for doc_writer | 128 # $6 is reserved for doc_writer |
129 # | 129 # |
130 # Device Policy: | 130 # Device Policy: |
131 # An additional flag device_only (optional, defaults to False) indicates | 131 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4295 'example_value': True, | 4295 'example_value': True, |
4296 'id': 250, | 4296 'id': 250, |
4297 'caption': '''Enable network configuration prompt when offline''', | 4297 'caption': '''Enable network configuration prompt when offline''', |
4298 'desc': '''Enable network configuration prompt when offline. | 4298 'desc': '''Enable network configuration prompt when offline. |
4299 | 4299 |
4300 If this policy is unset or set to True and a device-local account is confi gured for zero-delay auto-login and the device does not have access to the Inter net, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show a net work configuration prompt. | 4300 If this policy is unset or set to True and a device-local account is confi gured for zero-delay auto-login and the device does not have access to the Inter net, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show a net work configuration prompt. |
4301 | 4301 |
4302 If this policy is set to False, an error message will be displayed instead of the network configuration prompt.''' | 4302 If this policy is set to False, an error message will be displayed instead of the network configuration prompt.''' |
4303 }, | 4303 }, |
4304 { | 4304 { |
4305 'name': 'DeviceBlockDevmode', | |
4306 'type': 'main', | |
4307 'schema': { 'type': 'boolean' }, | |
4308 'supported_on': ['chrome_os:37-'], | |
4309 'device_only': True, | |
4310 'features': { | |
4311 'dynamic_refresh': True, | |
4312 }, | |
4313 'example_value': True, | |
4314 'id': 266, | |
4315 'caption': '''Block developer mode''', | |
4316 'desc': '''Block developer mode. | |
4317 | |
4318 If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chr ome OS</ex></ph> will prevent the device from booting into developer mode. The s ystem will refuse to boot and show an error screen when the developer switch is turned no. | |
Joao da Silva
2014/05/22 15:04:07
turned "on"
Mattias Nissler (ping if slow)
2014/05/23 06:51:26
Done.
| |
4319 | |
4320 If this policy is unset or set to False, developer mode will remain availa ble for the device.''' | |
4321 }, | |
4322 { | |
4305 'name': 'BackgroundModeEnabled', | 4323 'name': 'BackgroundModeEnabled', |
4306 'type': 'main', | 4324 'type': 'main', |
4307 'schema': { 'type': 'boolean' }, | 4325 'schema': { 'type': 'boolean' }, |
4308 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], | 4326 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], |
4309 'features': { | 4327 'features': { |
4310 'can_be_recommended': True, | 4328 'can_be_recommended': True, |
4311 'dynamic_refresh': True, | 4329 'dynamic_refresh': True, |
4312 'per_profile': False, | 4330 'per_profile': False, |
4313 }, | 4331 }, |
4314 'example_value': True, | 4332 'example_value': True, |
(...skipping 2172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6487 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 6505 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
6488 'text': 'deprecated', | 6506 'text': 'deprecated', |
6489 }, | 6507 }, |
6490 'doc_recommended': { | 6508 'doc_recommended': { |
6491 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6509 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
6492 'text': 'Default Settings (users can override)', | 6510 'text': 'Default Settings (users can override)', |
6493 }, | 6511 }, |
6494 }, | 6512 }, |
6495 'placeholders': [], | 6513 'placeholders': [], |
6496 } | 6514 } |
OLD | NEW |