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 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: 252 | 121 # For your editing convenience: highest ID currently used: 253 |
| 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 613 'dynamic_refresh': True, | 613 'dynamic_refresh': True, |
| 614 'per_profile': False, | 614 'per_profile': False, |
| 615 }, | 615 }, |
| 616 'example_value': False, | 616 'example_value': False, |
| 617 'id': 234, | 617 'id': 234, |
| 618 'caption': '''Enable or disable PIN-less authentication''', | 618 'caption': '''Enable or disable PIN-less authentication''', |
| 619 'desc': '''If this setting is enabled or not configured, then users ca n opt to pair clients and hosts at connection time, eliminating the need to ente r a PIN every time. | 619 'desc': '''If this setting is enabled or not configured, then users ca n opt to pair clients and hosts at connection time, eliminating the need to ente r a PIN every time. |
| 620 | 620 |
| 621 If this setting is disabled, then this feature will not be available.' '', | 621 If this setting is disabled, then this feature will not be available.' '', |
| 622 }, | 622 }, |
| 623 { | |
| 624 'name': 'RemoteAccessHostAllowGnubbyAuth', | |
| 625 'type': 'main', | |
| 626 'schema': { 'type': 'boolean' }, | |
| 627 'supported_on': ['chrome.*:30-'], | |
| 628 'features': { | |
| 629 'dynamic_refresh': True, | |
| 630 'per_profile': False, | |
| 631 }, | |
| 632 'example_value': False, | |
| 633 'id': 253, | |
| 634 'caption': '''Allow gnubby authentication''', | |
| 635 'desc': '''If this setting is enabled, then gnubby authentication requ ests will be proxied across a remote host connection. | |
| 636 | |
| 637 If this setting is disabled or not configured, gnubby authentication r equests will not be proxied.''', | |
|
Sergey Ulanov
2014/01/25 02:03:33
I think we should have it enabled by default.
psj
2014/01/29 09:07:15
Done.
| |
| 638 }, | |
| 623 ], | 639 ], |
| 624 }, | 640 }, |
| 625 { | 641 { |
| 626 'name': 'PrintingEnabled', | 642 'name': 'PrintingEnabled', |
| 627 'type': 'main', | 643 'type': 'main', |
| 628 'schema': { 'type': 'boolean' }, | 644 'schema': { 'type': 'boolean' }, |
| 629 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], | 645 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], |
| 630 'features': { | 646 'features': { |
| 631 'dynamic_refresh': True, | 647 'dynamic_refresh': True, |
| 632 'per_profile': True, | 648 'per_profile': True, |
| (...skipping 5399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6032 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 6048 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
| 6033 'text': 'deprecated', | 6049 'text': 'deprecated', |
| 6034 }, | 6050 }, |
| 6035 'doc_recommended': { | 6051 'doc_recommended': { |
| 6036 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6052 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 6037 'text': 'Default Settings (users can override)', | 6053 'text': 'Default Settings (users can override)', |
| 6038 }, | 6054 }, |
| 6039 }, | 6055 }, |
| 6040 'placeholders': [], | 6056 'placeholders': [], |
| 6041 } | 6057 } |
| OLD | NEW |