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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/cros_settings_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: 199 115 # For your editing convenience: highest ID currently used: 201
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 4387 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 'example_value': 'restricted', 4513 'example_value': 'restricted',
4514 'id': 199, 4514 'id': 199,
4515 'future': True, 4515 'future': True,
4516 'caption': '''Set the restriction on the fetching of the Variations seed'' ', 4516 'caption': '''Set the restriction on the fetching of the Variations seed'' ',
4517 'desc': '''Add a parameter to the fetching of the Variations seed in <ph n ame="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>. 4517 'desc': '''Add a parameter to the fetching of the Variations seed in <ph n ame="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
4518 4518
4519 If specified, will add a query parameter called 'restrict' to the URL used to fetch the Variations seed. The value of the parameter will be the value spec ified in this policy. 4519 If specified, will add a query parameter called 'restrict' to the URL used to fetch the Variations seed. The value of the parameter will be the value spec ified in this policy.
4520 4520
4521 If not specified, will not modify the Variations seed URL.''', 4521 If not specified, will not modify the Variations seed URL.''',
4522 }, 4522 },
4523 {
4524 'name': 'Attestation',
4525 'type': 'group',
4526 'caption': 'Remote Attestation',
4527 'desc': 'Configure the remote attestation with TPM mechanism.',
4528 'policies': [
4529 {
4530 'name': 'AttestationEnabledForUser',
4531 'type': 'main',
4532 'schema': { 'type': 'boolean' },
4533 'supported_on': ['chrome_os:28-'],
4534 'features': {
4535 'dynamic_refresh': True,
4536 'per_profile': True,
4537 },
4538 'example_value': True,
4539 'id': 200,
4540 'caption': '''Enable remote attestation for the user.''',
4541 'desc': '''If true, the user can use the hardware on Chrome devices to remote attest its identity to the privacy CA via the Enterprise Platform Keys A PI chrome.enterprise.platformKeysPrivate.challengeUserKey().
4542
4543 If it is set to false, or if it is not set, calls to the API will fail with an error code.''',
4544 },
4545 {
4546 'name': 'AttestationExtensionWhitelist',
4547 'type': 'list',
4548 'schema': {
4549 'type': 'array',
4550 'items': { 'type': 'string' },
4551 },
4552 'supported_on': ['chrome_os:28-'],
4553 'features': {
4554 'dynamic_refresh': True,
4555 'per_profile': True,
4556 },
4557 'example_value': ['ghdilpkmfbfdnomkmaiogjhjnggaggoi'],
4558 'id': 201,
4559 'caption': '''Extensions allowed to to use the remote attestation API. ''',
4560 'desc': '''This policy specifies the allowed extensions to use Enterpr ise Platform Keys API chrome.enterprise.platformKeysPrivate.challengeUserKey() f or remote attestation. Extensions must be added to this list to use the API.
4561
4562 If an extension is not in the list, or the list is not set, the call t o the API will fail with an error code.''',
4563 },
4564 ],
4565 },
4523 ], 4566 ],
4524 'messages': { 4567 'messages': {
4525 # Messages that are not associated to any policies. 4568 # Messages that are not associated to any policies.
4526 'win_supported_winxpsp2': { 4569 'win_supported_winxpsp2': {
4527 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 4570 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
4528 'text': '''Microsoft Windows XP SP2 or later''' 4571 'text': '''Microsoft Windows XP SP2 or later'''
4529 }, 4572 },
4530 'mac_chrome_preferences': { 4573 'mac_chrome_preferences': {
4531 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 4574 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
4532 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 4575 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
4617 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 4660 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
4618 'text': 'deprecated', 4661 'text': 'deprecated',
4619 }, 4662 },
4620 'doc_recommended': { 4663 'doc_recommended': {
4621 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 4664 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
4622 'text': 'Default Settings (users can override)', 4665 'text': 'Default Settings (users can override)',
4623 }, 4666 },
4624 }, 4667 },
4625 'placeholders': [], 4668 'placeholders': [],
4626 } 4669 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/cros_settings_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698