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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 18348016: If requested, report network interfaces to management server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test. Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index aa498a2dcdb19731c1079f2488c64364dbe590f4..cb055f83039f83a6a8ca728f34bedc381092c1b2 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: 222
+# For your editing convenience: highest ID currently used: 223
#
# 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': 223,
+ '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': {

Powered by Google App Engine
This is Rietveld 408576698