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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 308643006: Enable enterprise device reporting features by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 3736 matching lines...) Expand 10 before | Expand all | Expand 10 after
3747 'supported_on': ['chrome_os:18-'], 3747 'supported_on': ['chrome_os:18-'],
3748 'device_only': True, 3748 'device_only': True,
3749 'features': { 3749 'features': {
3750 'dynamic_refresh': True, 3750 'dynamic_refresh': True,
3751 }, 3751 },
3752 'example_value': False, 3752 'example_value': False,
3753 'id': 119, 3753 'id': 119,
3754 'caption': '''Report OS and firmware version''', 3754 'caption': '''Report OS and firmware version''',
3755 'desc': '''Report OS and firmware version of enrolled devices. 3755 'desc': '''Report OS and firmware version of enrolled devices.
3756 3756
3757 If this setting is set to True, enrolled devices will report the OS and fi rmware version periodically. If this setting is not set or set to False, version info will not be reported.''', 3757 If this setting is not set or set to True, enrolled devices will report th e OS and firmware version periodically. If this setting is set to False, version info will not be reported.''',
3758 }, 3758 },
3759 { 3759 {
3760 'name': 'ReportDeviceActivityTimes', 3760 'name': 'ReportDeviceActivityTimes',
3761 'type': 'main', 3761 'type': 'main',
3762 'schema': { 'type': 'boolean' }, 3762 'schema': { 'type': 'boolean' },
3763 'supported_on': ['chrome_os:18-'], 3763 'supported_on': ['chrome_os:18-'],
3764 'device_only': True, 3764 'device_only': True,
3765 'features': { 3765 'features': {
3766 'dynamic_refresh': True, 3766 'dynamic_refresh': True,
3767 }, 3767 },
3768 'example_value': False, 3768 'example_value': False,
3769 'id': 120, 3769 'id': 120,
3770 'caption': '''Report device activity times''', 3770 'caption': '''Report device activity times''',
3771 'desc': '''Report device activity times. 3771 'desc': '''Report device activity times.
3772 3772
3773 If this setting is set to True, enrolled devices will report time periods when a user is active on the device. If this setting is not set or set to False, device activity times will not be recorded or reported.''', 3773 If this setting is not set or set to True, enrolled devices will report ti me periods when a user is active on the device. If this setting is set to False, device activity times will not be recorded or reported.''',
3774 }, 3774 },
3775 { 3775 {
3776 'name': 'ReportDeviceBootMode', 3776 'name': 'ReportDeviceBootMode',
3777 'type': 'main', 3777 'type': 'main',
3778 'schema': { 'type': 'boolean' }, 3778 'schema': { 'type': 'boolean' },
3779 'supported_on': ['chrome_os:18-'], 3779 'supported_on': ['chrome_os:18-'],
3780 'device_only': True, 3780 'device_only': True,
3781 'features': { 3781 'features': {
3782 'dynamic_refresh': True, 3782 'dynamic_refresh': True,
3783 }, 3783 },
3784 'example_value': False, 3784 'example_value': False,
3785 'id': 121, 3785 'id': 121,
3786 'caption': '''Report device boot mode''', 3786 'caption': '''Report device boot mode''',
3787 'desc': '''Report the state of the device's dev switch at boot. 3787 'desc': '''Report the state of the device's dev switch at boot.
3788 3788
3789 If the policy is not set, or set to false, the state of the dev switch wil l not be reported.''', 3789 If the policy is set to false, the state of the dev switch will not be rep orted.''',
3790 }, 3790 },
3791 { 3791 {
3792 'name': 'ReportDeviceLocation', 3792 'name': 'ReportDeviceLocation',
3793 'type': 'main', 3793 'type': 'main',
3794 'schema': { 'type': 'boolean' }, 3794 'schema': { 'type': 'boolean' },
3795 'supported_on': ['chrome_os:20-'], 3795 'supported_on': ['chrome_os:20-'],
3796 'device_only': True, 3796 'device_only': True,
3797 'features': { 3797 'features': {
3798 'dynamic_refresh': True, 3798 'dynamic_refresh': True,
3799 }, 3799 },
(...skipping 12 matching lines...) Expand all
3812 'supported_on': ['chrome_os:29-'], 3812 'supported_on': ['chrome_os:29-'],
3813 'device_only': True, 3813 'device_only': True,
3814 'features': { 3814 'features': {
3815 'dynamic_refresh': True, 3815 'dynamic_refresh': True,
3816 }, 3816 },
3817 'example_value': False, 3817 'example_value': False,
3818 'id': 224, 3818 'id': 224,
3819 'caption': '''Report device network interfaces''', 3819 'caption': '''Report device network interfaces''',
3820 'desc': '''Report list of network interfaces with their types and hardware addresses to the server. 3820 'desc': '''Report list of network interfaces with their types and hardware addresses to the server.
3821 3821
3822 If the policy is not set, or set to false, the interface list will not be reported.''', 3822 If the policy is set to false, the interface list will not be reported.''' ,
3823 }, 3823 },
3824 { 3824 {
3825 'name': 'ReportDeviceUsers', 3825 'name': 'ReportDeviceUsers',
3826 'type': 'main', 3826 'type': 'main',
3827 'schema': { 'type': 'boolean' }, 3827 'schema': { 'type': 'boolean' },
3828 'supported_on': ['chrome_os:32-'], 3828 'supported_on': ['chrome_os:32-'],
3829 'device_only': True, 3829 'device_only': True,
3830 'features': { 3830 'features': {
3831 'dynamic_refresh': True, 3831 'dynamic_refresh': True,
3832 }, 3832 },
3833 'example_value': False, 3833 'example_value': False,
3834 'id': 248, 3834 'id': 248,
3835 'caption': '''Report device users''', 3835 'caption': '''Report device users''',
3836 'desc': '''Report list of device users that have recently logged in. 3836 'desc': '''Report list of device users that have recently logged in.
3837 3837
3838 If the policy is not set, or set to false, the users will not be reported. ''', 3838 If the policy is set to false, the users will not be reported.''',
3839 }, 3839 },
3840 { 3840 {
3841 'name': 'DeviceUserWhitelist', 3841 'name': 'DeviceUserWhitelist',
3842 'type': 'list', 3842 'type': 'list',
3843 'schema': { 3843 'schema': {
3844 'type': 'array', 3844 'type': 'array',
3845 'items': { 'type': 'string' }, 3845 'items': { 'type': 'string' },
3846 }, 3846 },
3847 'supported_on': ['chrome_os:12-'], 3847 'supported_on': ['chrome_os:12-'],
3848 'device_only': True, 3848 'device_only': True,
(...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
6505 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6505 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6506 'text': 'deprecated', 6506 'text': 'deprecated',
6507 }, 6507 },
6508 'doc_recommended': { 6508 'doc_recommended': {
6509 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6509 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6510 'text': 'Default Settings (users can override)', 6510 'text': 'Default Settings (users can override)',
6511 }, 6511 },
6512 }, 6512 },
6513 'placeholders': [], 6513 'placeholders': [],
6514 } 6514 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698