summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
diff options
context:
space:
mode:
authorstepco@chromium.org <stepco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-30 03:04:59 +0000
committerstepco@chromium.org <stepco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-30 03:04:59 +0000
commit654bd7ec41bc77f7db1b23ff85467bbdc00c5b77 (patch)
tree1f5c936551c48ca77333c82567105d1a7a3ec7b6 /chrome/app/policy
parent7cc2bb895566d4af782ce9410e99e4266a29b09e (diff)
downloadchromium_src-654bd7ec41bc77f7db1b23ff85467bbdc00c5b77.zip
chromium_src-654bd7ec41bc77f7db1b23ff85467bbdc00c5b77.tar.gz
chromium_src-654bd7ec41bc77f7db1b23ff85467bbdc00c5b77.tar.bz2
Report logged in users on enterprise managed devices.
BUG=308664 Review URL: https://codereview.chromium.org/26770002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r--chrome/app/policy/policy_templates.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index ff97e15..9973463 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -118,7 +118,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: 247
+# For your editing convenience: highest ID currently used: 248
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -3493,6 +3493,22 @@
If the policy is not set, or set to false, the interface list will not be reported.''',
},
{
+ 'name': 'ReportDeviceUsers',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome_os:32-'],
+ 'device_only': True,
+ 'features': {
+ 'dynamic_refresh': True,
+ },
+ 'example_value': False,
+ 'id': 248,
+ 'caption': '''Report device users''',
+ 'desc': '''Report list of device users that have recently logged in.
+
+ If the policy is not set, or set to false, the users will not be reported.''',
+ },
+ {
'name': 'DeviceUserWhitelist',
'type': 'list',
'schema': {