Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 9249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9260 ], | 9260 ], |
| 9261 }, | 9261 }, |
| 9262 'id': 'QuickUnlockModeWhitelist', | 9262 'id': 'QuickUnlockModeWhitelist', |
| 9263 }, | 9263 }, |
| 9264 'supported_on': ['chrome_os:56-'], | 9264 'supported_on': ['chrome_os:56-'], |
| 9265 'features': { | 9265 'features': { |
| 9266 'dynamic_refresh': True, | 9266 'dynamic_refresh': True, |
| 9267 'per_profile': True, | 9267 'per_profile': True, |
| 9268 }, | 9268 }, |
| 9269 'example_value': ['PIN'], | 9269 'example_value': ['PIN'], |
| 9270 'default_for_enterprise_users': [], | |
|
sammiequon
2017/01/12 20:01:20
Should this be a boolean value?
jdufault
2017/01/12 20:38:47
Example value is a list? It looks like the C++ cod
sammiequon
2017/01/12 20:42:29
Ah, that's how it works, I just saw all the other
pastarmovj
2017/01/23 23:38:12
Just making sure you understand the implications o
jdufault
2017/01/25 01:32:43
Here's the desired behavior: the user is enterpris
pastarmovj
2017/01/25 15:28:05
Acknowledged.
| |
| 9270 'id': 352, | 9271 'id': 352, |
| 9271 'caption': '''Configure allowed quick unlock modes.''', | 9272 'caption': '''Configure allowed quick unlock modes.''', |
| 9272 'tags': [], | 9273 'tags': [], |
| 9273 'desc': '''Controls which quick unlock modes are allowed to be set up and used. | 9274 'desc': '''Controls which quick unlock modes are allowed to be set up and used. |
| 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. | 9275 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. |
| 9275 | 9276 |
| 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. | 9277 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. |
| 9277 | 9278 |
| 9278 If this setting is left not configured, "PIN" mode will be enabled, an d all other modes will be disabled.''', | 9279 If this setting is left not configured, "PIN" mode will be enabled, an d all other modes will be disabled.''', |
| 9279 }, | 9280 }, |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9538 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 9539 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 9539 'text': 'Default Settings (users can override)', | 9540 'text': 'Default Settings (users can override)', |
| 9540 }, | 9541 }, |
| 9541 'doc_complex_policies_on_windows': { | 9542 'doc_complex_policies_on_windows': { |
| 9542 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 9543 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 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>' '', | 9544 '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>' '', |
| 9544 }, | 9545 }, |
| 9545 }, | 9546 }, |
| 9546 'placeholders': [], | 9547 'placeholders': [], |
| 9547 } | 9548 } |
| OLD | NEW |