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

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

Issue 1736293002: Added boolean policy to enable deactivation of bluetooth for managed devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed policy description Created 4 years, 9 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 | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 # templates and documentation. The policy definition list that Chrome sees 130 # templates and documentation. The policy definition list that Chrome sees
131 # will include policies marked with 'future'. If a WIP policy isn't meant to 131 # will include policies marked with 'future'. If a WIP policy isn't meant to
132 # be seen by the policy providers either, the 'supported_on' key should be set 132 # be seen by the policy providers either, the 'supported_on' key should be set
133 # to an empty list. 133 # to an empty list.
134 # 134 #
135 # IDs: 135 # IDs:
136 # Since a Protocol Buffer definition is generated from this file, unique and 136 # Since a Protocol Buffer definition is generated from this file, unique and
137 # persistent IDs for all fields (but not for groups!) are needed. These are 137 # persistent IDs for all fields (but not for groups!) are needed. These are
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
139 # because doing so would break the deployed wire format! 139 # because doing so would break the deployed wire format!
140 # For your editing convenience: highest ID currently used: 320 140 # For your editing convenience: highest ID currently used: 321
141 # 141 #
142 # Placeholders: 142 # Placeholders:
143 # The following placeholder strings are automatically substituted: 143 # The following placeholder strings are automatically substituted:
144 # $1 -> Google Chrome / Chromium 144 # $1 -> Google Chrome / Chromium
145 # $2 -> Google Chrome OS / Chromium OS 145 # $2 -> Google Chrome OS / Chromium OS
146 # $3 -> Google Chrome Frame / Chromium Frame 146 # $3 -> Google Chrome Frame / Chromium Frame
147 # $6 is reserved for doc_writer 147 # $6 is reserved for doc_writer
148 # 148 #
149 # Device Policy: 149 # Device Policy:
150 # An additional flag 'device_only' (optional, defaults to False) indicates 150 # An additional flag 'device_only' (optional, defaults to False) indicates
(...skipping 8111 matching lines...) Expand 10 before | Expand all | Expand 10 after
8262 'caption': '''Allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version''', 8262 'caption': '''Allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version''',
8263 'tags': [], 8263 'tags': [],
8264 'desc': '''Whether to allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version. 8264 'desc': '''Whether to allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version.
8265 8265
8266 This policy controls whether to allow the auto launched with zero delay ki osk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> v ersion by declaring a required_platform_version in its manifest and use it as th e auto update target version prefix. 8266 This policy controls whether to allow the auto launched with zero delay ki osk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> v ersion by declaring a required_platform_version in its manifest and use it as th e auto update target version prefix.
8267 8267
8268 If the policy is set to true, the value of required_platform_version manif est key of the auto launched with zero delay kiosk app is used as auto update ta rget version prefix. 8268 If the policy is set to true, the value of required_platform_version manif est key of the auto launched with zero delay kiosk app is used as auto update ta rget version prefix.
8269 8269
8270 If the policy is not configured or set to false, the required_platform_ver sion manifest key is ignored and auto update proceeds as normal.''', 8270 If the policy is not configured or set to false, the required_platform_ver sion manifest key is ignored and auto update proceeds as normal.''',
8271 }, 8271 },
8272 {
8273 'name': 'DeviceAllowBluetooth',
8274 'type': 'main',
8275 'schema': { 'type': 'boolean' },
8276 'supported_on': ['chrome_os:51-'],
8277 'device_only': True,
8278 'features': {
8279 'dynamic_refresh': True,
8280 },
8281 'example_value': True,
8282 'id': 321,
8283 'caption': '''Allow bluetooth on device''',
8284 'tags': [],
8285 'desc': '''If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<e x>Google Chrome OS</ex></ph> will disable bluetooth. If it's set to true (or is left unset), it won't affect Bluetooth (the user can enable or disable it as he wishes).''',
bartfab (slow) 2016/03/10 12:28:43 Please align this with the style used to describe
Ivan Šandrk 2016/03/10 15:59:26 Done.
8286 },
8272 ], 8287 ],
8273 'messages': { 8288 'messages': {
8274 # Messages that are not associated to any policies. 8289 # Messages that are not associated to any policies.
8275 'win_supported_winxpsp2': { 8290 'win_supported_winxpsp2': {
8276 '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:'.''', 8291 '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:'.''',
8277 'text': '''Microsoft Windows XP SP2 or later''' 8292 'text': '''Microsoft Windows XP SP2 or later'''
8278 }, 8293 },
8279 'mac_chrome_preferences': { 8294 'mac_chrome_preferences': {
8280 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 8295 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
8281 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 8296 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
8391 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8406 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8392 'text': 'Default Settings (users can override)', 8407 'text': 'Default Settings (users can override)',
8393 }, 8408 },
8394 'doc_complex_policies_on_windows': { 8409 'doc_complex_policies_on_windows': {
8395 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8410 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8396 '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>' '', 8411 '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>' '',
8397 }, 8412 },
8398 }, 8413 },
8399 'placeholders': [], 8414 'placeholders': [],
8400 } 8415 }
OLDNEW
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698