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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 { | 351 { |
352 'name': 'AuthNegotiateDelegateWhitelist', | 352 'name': 'AuthNegotiateDelegateWhitelist', |
353 'type': 'string', | 353 'type': 'string', |
354 'annotations': { | 354 'annotations': { |
355 'platforms': ['linux', 'mac', 'win'], | 355 'platforms': ['linux', 'mac', 'win'], |
356 'products': ['chrome'], | 356 'products': ['chrome'], |
357 'features': {'dynamic_refresh': 0}, | 357 'features': {'dynamic_refresh': 0}, |
358 'example_value': 'foobar.example.com', | 358 'example_value': 'foobar.example.com', |
359 } | 359 } |
360 }, | 360 }, |
| 361 { |
| 362 'name': 'GSSAPILibraryName', |
| 363 'type': 'string', |
| 364 'annotations': { |
| 365 'platforms': ['linux', 'mac'], |
| 366 'products': ['chrome'], |
| 367 'features': {'dynamic_refresh': 0}, |
| 368 'example_value': 'libgssapi_krb5.so.2', |
| 369 } |
| 370 }, |
361 ] | 371 ] |
362 }, | 372 }, |
363 { | 373 { |
364 'name': 'Extensions', | 374 'name': 'Extensions', |
365 'type': 'group', | 375 'type': 'group', |
366 'policies': [{ | 376 'policies': [{ |
367 'name': 'ExtensionInstallBlacklist', | 377 'name': 'ExtensionInstallBlacklist', |
368 'type': 'list', | 378 'type': 'list', |
369 'annotations': { | 379 'annotations': { |
370 'platforms': ['linux', 'mac', 'win'], | 380 'platforms': ['linux', 'mac', 'win'], |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 { | 602 { |
593 'key': '$4', | 603 'key': '$4', |
594 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 604 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
595 }, | 605 }, |
596 { | 606 { |
597 'key': '$5', | 607 'key': '$5', |
598 'value': 'http://www.chromium.org/administrators/policy-templates' | 608 'value': 'http://www.chromium.org/administrators/policy-templates' |
599 }, | 609 }, |
600 ] | 610 ] |
601 } | 611 } |
OLD | NEW |