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: 226 | 115 # For your editing convenience: highest ID currently used: 227 |
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': 227, | |
602 'caption': '''Enable or disable PIN-less authentication''', | |
603 'desc': ''' | |
Mattias Nissler (ping if slow)
2013/07/29 08:25:10
nit: No line break here.`
Jamie
2013/07/29 18:47:29
Done.
| |
604 If this setting is enabled or not configured, then users can opt to pa ir clients and hosts at connection time, eliminating the need to enter a PIN eve ry time. | |
605 | |
606 If this setting is disabled, then this feature will not be available.' '', | |
607 }, | |
591 ], | 608 ], |
592 }, | 609 }, |
593 { | 610 { |
594 'name': 'PrintingEnabled', | 611 'name': 'PrintingEnabled', |
595 'type': 'main', | 612 'type': 'main', |
596 'schema': { 'type': 'boolean' }, | 613 'schema': { 'type': 'boolean' }, |
597 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 614 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
598 'features': { | 615 'features': { |
599 'dynamic_refresh': True, | 616 'dynamic_refresh': True, |
600 'per_profile': True, | 617 'per_profile': True, |
(...skipping 4749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5350 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 5367 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
5351 'text': 'deprecated', | 5368 'text': 'deprecated', |
5352 }, | 5369 }, |
5353 'doc_recommended': { | 5370 'doc_recommended': { |
5354 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 5371 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
5355 'text': 'Default Settings (users can override)', | 5372 'text': 'Default Settings (users can override)', |
5356 }, | 5373 }, |
5357 }, | 5374 }, |
5358 'placeholders': [], | 5375 'placeholders': [], |
5359 } | 5376 } |
OLD | NEW |