| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 49f27a41c0d4c17fde13565e1f631e8c7abae6a5..4374b35133c0a09a960c82cf46a9c8a04c4431e8 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -123,7 +123,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: 305
|
| +# For your editing convenience: highest ID currently used: 306
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -4395,6 +4395,24 @@
|
| outside of this range will be clamped to this range.''',
|
| },
|
| {
|
| + 'name': 'LogUploadEnabled',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:46-'],
|
| + 'device_only': True,
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + },
|
| + 'example_value': False,
|
| + 'id': 306,
|
| + 'caption': '''Send system logs to the management server''',
|
| + 'desc': '''Send system logs to the management server, to allow
|
| + admins to monitor system logs.
|
| +
|
| + If this policy is set to true, system logs will be sent. If set
|
| + to false or unset, then no system logs will be sent.''',
|
| + },
|
| + {
|
| 'name': 'DeviceUserWhitelist',
|
| 'type': 'list',
|
| 'schema': {
|
|
|