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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
87 # policy configuration files. 'dynamic_refresh' controls if the generated | 87 # policy configuration files. 'dynamic_refresh' controls if the generated |
88 # documentation should state that the policy supports dynamic refresh or not. | 88 # documentation should state that the policy supports dynamic refresh or not. |
89 # Supporting dynamic refresh means that Chrome respects the changes to the | 89 # Supporting dynamic refresh means that Chrome respects the changes to the |
90 # policy immediately, without the need for restart. | 90 # policy immediately, without the need for restart. |
91 # | 91 # |
92 # IDs: | 92 # IDs: |
93 # Since a Protocol Buffer definition is generated from this file, unique and | 93 # Since a Protocol Buffer definition is generated from this file, unique and |
94 # persistent IDs for all fields (but not for groups!) are needed. These are | 94 # persistent IDs for all fields (but not for groups!) are needed. These are |
95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
96 # because doing so would break the deployed wire format! | 96 # because doing so would break the deployed wire format! |
97 # For your editing convenience: highest ID currently used: 91 | 97 # For your editing convenience: highest ID currently used: 96 |
98 # | 98 # |
99 # Placeholders: | 99 # Placeholders: |
100 # The following placeholder strings are automatically substituted: | 100 # The following placeholder strings are automatically substituted: |
101 # $1 -> Google Chrome / Chromium | 101 # $1 -> Google Chrome / Chromium |
102 # $2 -> Google Chrome OS / Chromium OS | 102 # $2 -> Google Chrome OS / Chromium OS |
103 # $3 -> Google Chrome Frame / Chromium Frame | 103 # $3 -> Google Chrome Frame / Chromium Frame |
104 # $6 is reserved for doc_writer | 104 # $6 is reserved for doc_writer |
105 # | 105 # |
106 # Device Policy: | 106 # Device Policy: |
107 # An additional flag device_only (optional, defaults to False) indicates | 107 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1586 } | 1586 } |
1587 ], | 1587 ], |
1588 'supported_on': ['chrome_os:1.0-'], | 1588 'supported_on': ['chrome_os:1.0-'], |
1589 'device_only': True, | 1589 'device_only': True, |
1590 'features': {'dynamic_refresh': 1}, | 1590 'features': {'dynamic_refresh': 1}, |
1591 'example_value': 'stable-channel', | 1591 'example_value': 'stable-channel', |
1592 'id': 91, | 1592 'id': 91, |
1593 'caption': '''Release channel''', | 1593 'caption': '''Release channel''', |
1594 'desc': '''Specifies the release channel that this device should be locked to. This policy is a work in progress; currently, the user can still change the release channel even if it's specified by the policy.''' | 1594 'desc': '''Specifies the release channel that this device should be locked to. This policy is a work in progress; currently, the user can still change the release channel even if it's specified by the policy.''' |
1595 }, | 1595 }, |
1596 { | |
1597 'name': 'ImportBookmarks', | |
1598 'type': 'main', | |
1599 'supported_on': ['chrome.*:14-'], | |
1600 'features': {'dynamic_refresh': 1}, | |
1601 'example_value': True, | |
1602 'id': 92, | |
1603 'caption': '''Import bookmarks from default browser on first run''', | |
1604 'desc': '''This policy forces bookmarks to be imported from the current de fault browser if enabled. If disabled, no bookmarks are imported. If it is not c onfigured, the default behaviour is used.''', | |
Mattias Nissler (ping if slow)
2011/07/18 15:02:30
It might be worth mentioning that this also affect
| |
1605 'label': '''Import bookmarks from default browser on first run''', | |
1606 }, | |
1607 { | |
1608 'name': 'ImportHistory', | |
1609 'type': 'main', | |
1610 'supported_on': ['chrome.*:14-'], | |
1611 'features': {'dynamic_refresh': 1}, | |
1612 'example_value': True, | |
1613 'id': 93, | |
1614 'caption': '''Allow importing browsing history from default browser on fir st run''', | |
1615 'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If disabled, no browsing history is importe d. If it is not configured, the default behaviour is used.''', | |
1616 'label': '''Allow importing browsing history from default browser on first run''', | |
1617 }, | |
1618 { | |
1619 'name': 'ImportHomepage', | |
1620 'type': 'main', | |
1621 'supported_on': ['chrome.*:14-'], | |
1622 'features': {'dynamic_refresh': 1}, | |
1623 'example_value': True, | |
1624 'id': 94, | |
1625 'caption': '''Allow import of homepage from default browser''', | |
1626 'desc': '''This policy forces the home page to be imported from the curren t default browser if enabled. If disabled, the home page is not imported. If it is not configured, the default behaviour is used.''', | |
1627 'label': '''Allow import of homepage from default browser''', | |
1628 }, | |
1629 { | |
1630 'name': 'ImportSearchEngine', | |
1631 'type': 'main', | |
1632 'supported_on': ['chrome.*:14-'], | |
1633 'features': {'dynamic_refresh': 1}, | |
1634 'example_value': True, | |
1635 'id': 95, | |
1636 'caption': '''Allow import of default search engine from default browser o n first run''', | |
1637 'desc': '''This policy forces the default search engine to be imported fro m the current default browser if enabled. If disabled, the default search engine is not imported. If it is not configured, the default behaviour is used.''', | |
1638 'label': '''Allow import of default search engine from default browser on first run''', | |
1639 }, | |
1640 { | |
1641 'name': 'ImportSavedPasswords', | |
1642 'type': 'main', | |
1643 'supported_on': ['chrome.*:14-'], | |
1644 'features': {'dynamic_refresh': 1}, | |
1645 'example_value': True, | |
1646 'id': 96, | |
1647 'caption': '''Import saved passwords from default browser on first run''', | |
1648 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If disabled, the saved passwords are not im ported. If it is not configured, the default behaviour is used.''', | |
1649 'label': '''Import saved passwords from default browser on first run''', | |
1650 }, | |
1596 | 1651 |
1597 ], | 1652 ], |
1598 'messages': { | 1653 'messages': { |
1599 # Messages that are not associated to any policies. | 1654 # Messages that are not associated to any policies. |
1600 'win_supported_winxpsp2': { | 1655 'win_supported_winxpsp2': { |
1601 '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:'.''', | 1656 '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:'.''', |
1602 'text': '''Microsoft Windows XP SP2 or later''' | 1657 'text': '''Microsoft Windows XP SP2 or later''' |
1603 }, | 1658 }, |
1604 'mac_chrome_preferences': { | 1659 'mac_chrome_preferences': { |
1605 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 1660 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1677 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 1732 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
1678 'text': '''Dynamic Policy Refresh''' | 1733 'text': '''Dynamic Policy Refresh''' |
1679 }, | 1734 }, |
1680 'doc_deprecated': { | 1735 'doc_deprecated': { |
1681 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 1736 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
1682 'text': 'deprecated', | 1737 'text': 'deprecated', |
1683 } | 1738 } |
1684 }, | 1739 }, |
1685 'placeholders': [], | 1740 'placeholders': [], |
1686 } | 1741 } |
OLD | NEW |