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

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

Issue 2656713008: cros: Ensure quick unlock is disabled by default for enterprise policy. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | components/policy/tools/generate_policy_source.py » ('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 9248 matching lines...) Expand 10 before | Expand all | Expand 10 after
9259 ], 9259 ],
9260 }, 9260 },
9261 'id': 'QuickUnlockModeWhitelist', 9261 'id': 'QuickUnlockModeWhitelist',
9262 }, 9262 },
9263 'supported_on': ['chrome_os:56-'], 9263 'supported_on': ['chrome_os:56-'],
9264 'features': { 9264 'features': {
9265 'dynamic_refresh': True, 9265 'dynamic_refresh': True,
9266 'per_profile': True, 9266 'per_profile': True,
9267 }, 9267 },
9268 'example_value': ['PIN'], 9268 'example_value': ['PIN'],
9269 'default_for_enterprise_users': [],
9269 'id': 352, 9270 'id': 352,
9270 'caption': '''Configure allowed quick unlock modes.''', 9271 'caption': '''Configure allowed quick unlock modes.''',
9271 'tags': [], 9272 'tags': [],
9272 'desc': '''Controls which quick unlock modes are allowed to be set up and used. 9273 'desc': '''Controls which quick unlock modes are allowed to be set up and used.
9273 This setting white-lists the allowed quick unlock modes that can be se t up and used to unlock the lock screen. The value is a list of strings, each of which should be one of the following: "all", "PIN". If "all" is selected, then all supported quick modes will be available, otherwise the modes in the list wil l be the ones available. 9274 This setting white-lists the allowed quick unlock modes that can be se t up and used to unlock the lock screen. The value is a list of strings, each of which should be one of the following: "all", "PIN". If "all" is selected, then all supported quick modes will be available, otherwise the modes in the list wil l be the ones available.
9274 9275
9275 If this setting is configured, quick unlock modes which have a type th at is not on this list can not be set up or used. 9276 If this setting is configured, quick unlock modes which have a type th at is not on this list can not be set up or used.
9276 9277
9277 If this setting is left not configured, "PIN" mode will be enabled, an d all other modes will be disabled.''', 9278 If this setting is left not configured, "PIN" mode will be enabled, an d all other modes will be disabled.''',
9278 }, 9279 },
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
9537 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9538 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9538 'text': 'Default Settings (users can override)', 9539 'text': 'Default Settings (users can override)',
9539 }, 9540 },
9540 'doc_complex_policies_on_windows': { 9541 'doc_complex_policies_on_windows': {
9541 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9542 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9542 '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>' '', 9543 '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>' '',
9543 }, 9544 },
9544 }, 9545 },
9545 'placeholders': [], 9546 'placeholders': [],
9546 } 9547 }
OLDNEW
« no previous file with comments | « no previous file | components/policy/tools/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698