| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index b1ea37a29ee1f73df85907abd008cc44f5b82456..2e8c6fbee375fa0a908429970d7bb2e8d31ba852 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -112,7 +112,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 198
|
| +# For your editing convenience: highest ID currently used: 200
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -4500,6 +4500,45 @@
|
|
|
| If not specified, will not modify the Variations seed URL.''',
|
| },
|
| + {
|
| + 'name': 'Attestation',
|
| + 'type': 'group',
|
| + 'caption': 'Remote Attestation',
|
| + 'desc': 'Configure the remote attestation with TPM mechanism.',
|
| + 'policies': [
|
| + {
|
| + 'name': 'AttestationEnabledForUser',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:28-'],
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + 'per_profile': True,
|
| + },
|
| + 'example_value': True,
|
| + 'id': 199,
|
| + 'caption': '''Enable remote attestation for the user.''',
|
| + 'desc': '''If true, the user can use the hardware on Chrome devices to remote attest its identity to the privacy CA. Otherwise, this function is disabled.''',
|
| + },
|
| + {
|
| + 'name': 'AttestationExtensionWhitelist',
|
| + 'type': 'list',
|
| + 'schema': {
|
| + 'type': 'array',
|
| + 'items': { 'type': 'string' },
|
| + },
|
| + 'supported_on': ['chrome_os:28-'],
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + 'per_profile': True,
|
| + },
|
| + 'example_value': ['ghdilpkmfbfdnomkmaiogjhjnggaggoi'],
|
| + 'id': 200,
|
| + 'caption': '''Extensions allowed to to use the remote attestation API.''',
|
| + 'desc': '''This policy specifies the allowed extenions to use Enterprise Key API chrome.enterprise.platformKeysPrivate.*. Extensions must be added to this list to use the API.''',
|
| + },
|
| + ],
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|