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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
108 # to an empty list. | 108 # to an empty list. |
109 # | 109 # |
110 # IDs: | 110 # IDs: |
111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
115 # For your editing convenience: highest ID currently used: 233 | 115 # For your editing convenience: highest ID currently used: 234 |
116 # | 116 # |
117 # Placeholders: | 117 # Placeholders: |
118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
123 # | 123 # |
124 # Device Policy: | 124 # Device Policy: |
125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 }, | 581 }, |
582 'example_value': False, | 582 'example_value': False, |
583 'id': 157, | 583 'id': 157, |
584 'caption': '''Enable curtaining of remote access hosts''', | 584 'caption': '''Enable curtaining of remote access hosts''', |
585 'desc': '''Enables curtaining of remote access hosts while a connectio
n is in progress. | 585 'desc': '''Enables curtaining of remote access hosts while a connectio
n is in progress. |
586 | 586 |
587 If this setting is enabled, then hosts' physical input and output devi
ces are disabled while a remote connection is in progress. | 587 If this setting is enabled, then hosts' physical input and output devi
ces are disabled while a remote connection is in progress. |
588 | 588 |
589 If this setting is disabled or not set, then both local and remote use
rs can interact with the host when it is being shared.''', | 589 If this setting is disabled or not set, then both local and remote use
rs can interact with the host when it is being shared.''', |
590 }, | 590 }, |
| 591 { |
| 592 'name': 'RemoteAccessHostAllowClientPairing', |
| 593 'type': 'main', |
| 594 'schema': { 'type': 'boolean' }, |
| 595 'supported_on': ['chrome.*:30-'], |
| 596 'features': { |
| 597 'dynamic_refresh': True, |
| 598 'per_profile': False, |
| 599 }, |
| 600 'example_value': False, |
| 601 'id': 234, |
| 602 'caption': '''Enable or disable PIN-less authentication''', |
| 603 '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. |
| 604 |
| 605 If this setting is disabled, then this feature will not be available.'
'', |
| 606 }, |
591 ], | 607 ], |
592 }, | 608 }, |
593 { | 609 { |
594 'name': 'PrintingEnabled', | 610 'name': 'PrintingEnabled', |
595 'type': 'main', | 611 'type': 'main', |
596 'schema': { 'type': 'boolean' }, | 612 'schema': { 'type': 'boolean' }, |
597 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 613 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
598 'features': { | 614 'features': { |
599 'dynamic_refresh': True, | 615 'dynamic_refresh': True, |
600 'per_profile': True, | 616 'per_profile': True, |
(...skipping 4891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5492 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 5508 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
5493 'text': 'deprecated', | 5509 'text': 'deprecated', |
5494 }, | 5510 }, |
5495 'doc_recommended': { | 5511 'doc_recommended': { |
5496 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 5512 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
5497 'text': 'Default Settings (users can override)', | 5513 'text': 'Default Settings (users can override)', |
5498 }, | 5514 }, |
5499 }, | 5515 }, |
5500 'placeholders': [], | 5516 'placeholders': [], |
5501 } | 5517 } |
OLD | NEW |