| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index e06157a89b107c957eafb52502e2f89a85855487..dc9386d7f17f403334467a259847d18629bf93da 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: 223
|
| +# For your editing convenience: highest ID currently used: 224
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -3184,6 +3184,22 @@
|
| If the policy is not set, or set to false, the location will not be reported.''',
|
| },
|
| {
|
| + 'name': 'ReportDeviceNetworkInterfaces',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:29-'],
|
| + 'device_only': True,
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + },
|
| + 'example_value': False,
|
| + 'id': 224,
|
| + 'caption': '''Report device network interfaces''',
|
| + 'desc': '''Report list of network interfaces with their types and hardware addresses to the server.
|
| +
|
| + If the policy is not set, or set to false, the interface list will not be reported.''',
|
| + },
|
| + {
|
| 'name': 'DeviceUserWhitelist',
|
| 'type': 'list',
|
| 'schema': {
|
|
|