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

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

Issue 2902603002: Add enterprise policy for network time service (Closed)
Patch Set: fix policy test case Created 3 years, 7 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 | « components/network_time/network_time_tracker.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 # templates and documentation. The policy definition list that Chrome sees 136 # templates and documentation. The policy definition list that Chrome sees
137 # will include policies marked with 'future'. If a WIP policy isn't meant to 137 # will include policies marked with 'future'. If a WIP policy isn't meant to
138 # be seen by the policy providers either, the 'supported_on' key should be set 138 # be seen by the policy providers either, the 'supported_on' key should be set
139 # to an empty list. 139 # to an empty list.
140 # 140 #
141 # IDs: 141 # IDs:
142 # Since a Protocol Buffer definition is generated from this file, unique and 142 # Since a Protocol Buffer definition is generated from this file, unique and
143 # persistent IDs for all fields (but not for groups!) are needed. These are 143 # persistent IDs for all fields (but not for groups!) are needed. These are
144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
145 # because doing so would break the deployed wire format! 145 # because doing so would break the deployed wire format!
146 # For your editing convenience: highest ID currently used: 369 146 # For your editing convenience: highest ID currently used: 370
147 # And don't forget to also update the EnterprisePolicies enum of 147 # And don't forget to also update the EnterprisePolicies enum of
148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). 148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py').
149 # 149 #
150 # Placeholders: 150 # Placeholders:
151 # The following placeholder strings are automatically substituted: 151 # The following placeholder strings are automatically substituted:
152 # $1 -> Google Chrome / Chromium 152 # $1 -> Google Chrome / Chromium
153 # $2 -> Google Chrome OS / Chromium OS 153 # $2 -> Google Chrome OS / Chromium OS
154 # $3 -> Google Chrome Frame / Chromium Frame 154 # $3 -> Google Chrome Frame / Chromium Frame
155 # $6 is reserved for doc_writer 155 # $6 is reserved for doc_writer
156 # 156 #
(...skipping 9384 matching lines...) Expand 10 before | Expand all | Expand 10 after
9541 'default_for_enterprise_users': False, 9541 'default_for_enterprise_users': False,
9542 'id': 367, 9542 'id': 367,
9543 'caption': '''Allows Instant Tethering to be used.''', 9543 'caption': '''Allows Instant Tethering to be used.''',
9544 'tags': ['local-data-access', 'google-sharing'], 9544 'tags': ['local-data-access', 'google-sharing'],
9545 'desc': '''If this setting is enabled, users will be allowed to use Instan t Tethering, which allows their Google phone to share its mobile data with their device. 9545 'desc': '''If this setting is enabled, users will be allowed to use Instan t Tethering, which allows their Google phone to share its mobile data with their device.
9546 9546
9547 If this setting is disabled, users will not be allowed to use Instant Teth ering. 9547 If this setting is disabled, users will not be allowed to use Instant Teth ering.
9548 9548
9549 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''', 9549 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''',
9550 }, 9550 },
9551 {
9552 'name': 'NetworkTimeQueriesEnabled',
9553 'type': 'main',
9554 'schema': { 'type': 'boolean' },
9555 'supported_on': ['chrome.*:60-', 'chrome_os:60-'],
9556 'features': {
9557 'dynamic_refresh': True,
9558 'per_profile': True,
9559 },
9560 'example_value': True,
9561 'id': 370,
9562 'caption': '''Enables queries to a Google time service to obtain an accura te timestamp''',
pastarmovj 2017/05/23 07:20:41 Can you please consider shortening this caption. A
estark 2017/05/23 21:26:09 Done.
9563 'tags': [],
9564 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> from occasionally sending queries to a Google server t o retrieve an accurate timestamp. These queries will be enabled if this policy i s set to True or is not set.''',
9565 },
9551 ], 9566 ],
9552 'messages': { 9567 'messages': {
9553 # Messages that are not associated to any policies. 9568 # Messages that are not associated to any policies.
9554 'win_supported_winxpsp2': { 9569 'win_supported_winxpsp2': {
9555 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 9570 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
9556 'text': '''Microsoft Windows XP SP2 or later''' 9571 'text': '''Microsoft Windows XP SP2 or later'''
9557 }, 9572 },
9558 'mac_chrome_preferences': { 9573 'mac_chrome_preferences': {
9559 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 9574 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
9560 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 9575 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
9674 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9689 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9675 'text': 'Default Settings (users can override)', 9690 'text': 'Default Settings (users can override)',
9676 }, 9691 },
9677 'doc_complex_policies_on_windows': { 9692 'doc_complex_policies_on_windows': {
9678 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9693 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9679 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9694 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9680 }, 9695 },
9681 }, 9696 },
9682 'placeholders': [], 9697 'placeholders': [],
9683 } 9698 }
OLDNEW
« no previous file with comments | « components/network_time/network_time_tracker.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698