Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another Windows warning Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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: 256 121 # For your editing convenience: highest ID currently used: 257
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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'dynamic_refresh': True, 616 'dynamic_refresh': True,
617 'per_profile': False, 617 'per_profile': False,
618 }, 618 },
619 'example_value': False, 619 'example_value': False,
620 'id': 234, 620 'id': 234,
621 'caption': '''Enable or disable PIN-less authentication''', 621 'caption': '''Enable or disable PIN-less authentication''',
622 '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. 622 '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.
623 623
624 If this setting is disabled, then this feature will not be available.' '', 624 If this setting is disabled, then this feature will not be available.' '',
625 }, 625 },
626 {
627 'name': 'RemoteAccessHostAllowGnubbyAuth',
628 'type': 'main',
629 'schema': { 'type': 'boolean' },
630 'supported_on': ['chrome.*:35-'],
631 'features': {
632 'dynamic_refresh': True,
633 'per_profile': False,
634 },
635 'example_value': True,
636 'id': 257,
637 'caption': '''Allow gnubby authentication''',
638 'desc': '''If this setting is enabled, then gnubby authentication requ ests will be proxied across a remote host connection.
639
640 If this setting is disabled or not configured, gnubby authentication r equests will not be proxied.''',
641 },
626 ], 642 ],
627 }, 643 },
628 { 644 {
629 'name': 'PrintingEnabled', 645 'name': 'PrintingEnabled',
630 'type': 'main', 646 'type': 'main',
631 'schema': { 'type': 'boolean' }, 647 'schema': { 'type': 'boolean' },
632 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 648 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
633 'features': { 649 'features': {
634 'dynamic_refresh': True, 650 'dynamic_refresh': True,
635 'per_profile': True, 651 'per_profile': True,
(...skipping 5551 matching lines...) Expand 10 before | Expand all | Expand 10 after
6187 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6203 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6188 'text': 'deprecated', 6204 'text': 'deprecated',
6189 }, 6205 },
6190 'doc_recommended': { 6206 'doc_recommended': {
6191 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6207 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6192 'text': 'Default Settings (users can override)', 6208 'text': 'Default Settings (users can override)',
6193 }, 6209 },
6194 }, 6210 },
6195 'placeholders': [], 6211 'placeholders': [],
6196 } 6212 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | remoting/host/basic_desktop_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698