| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 # templates and documentation. The policy definition list that Chrome sees | 136 # templates and documentation. The policy definition list that Chrome sees |
| 137 # will include policies marked with 'future'. If a WIP policy isn't meant to | 137 # will include policies marked with 'future'. If a WIP policy isn't meant to |
| 138 # be seen by the policy providers either, the 'supported_on' key should be set | 138 # be seen by the policy providers either, the 'supported_on' key should be set |
| 139 # to an empty list. | 139 # to an empty list. |
| 140 # | 140 # |
| 141 # IDs: | 141 # IDs: |
| 142 # Since a Protocol Buffer definition is generated from this file, unique and | 142 # Since a Protocol Buffer definition is generated from this file, unique and |
| 143 # persistent IDs for all fields (but not for groups!) are needed. These are | 143 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 145 # because doing so would break the deployed wire format! | 145 # because doing so would break the deployed wire format! |
| 146 # For your editing convenience: highest ID currently used: 373 | 146 # For your editing convenience: highest ID currently used: 374 |
| 147 # And don't forget to also update the EnterprisePolicies enum of | 147 # And don't forget to also update the EnterprisePolicies enum of |
| 148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). | 148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). |
| 149 # | 149 # |
| 150 # Placeholders: | 150 # Placeholders: |
| 151 # The following placeholder strings are automatically substituted: | 151 # The following placeholder strings are automatically substituted: |
| 152 # $1 -> Google Chrome / Chromium | 152 # $1 -> Google Chrome / Chromium |
| 153 # $2 -> Google Chrome OS / Chromium OS | 153 # $2 -> Google Chrome OS / Chromium OS |
| 154 # $3 -> Google Chrome Frame / Chromium Frame | 154 # $3 -> Google Chrome Frame / Chromium Frame |
| 155 # $6 is reserved for doc_writer | 155 # $6 is reserved for doc_writer |
| 156 # | 156 # |
| (...skipping 9532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9689 'example_value': False, | 9689 'example_value': False, |
| 9690 'id': 373, | 9690 'id': 373, |
| 9691 'caption': '''Use System Default Printer as Default''', | 9691 'caption': '''Use System Default Printer as Default''', |
| 9692 'tags': [], | 9692 'tags': [], |
| 9693 'desc': '''Causes <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
use the system default printer as the default choice in Print Preview instead o
f the most recently used printer. | 9693 'desc': '''Causes <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
use the system default printer as the default choice in Print Preview instead o
f the most recently used printer. |
| 9694 | 9694 |
| 9695 If you disable this setting or do not set a value, Print Preview will use
the most recently used printer as the default destination choice. | 9695 If you disable this setting or do not set a value, Print Preview will use
the most recently used printer as the default destination choice. |
| 9696 | 9696 |
| 9697 If you enable this setting, Print Preview will use the OS system default p
rinter as the default destination choice.''', | 9697 If you enable this setting, Print Preview will use the OS system default p
rinter as the default destination choice.''', |
| 9698 }, | 9698 }, |
| 9699 { |
| 9700 'name': 'DeviceEcryptfsMigrationStrategy', |
| 9701 'type': 'int-enum', |
| 9702 'schema': { |
| 9703 'type': 'integer', |
| 9704 'enum': [ 0, 1, 2 ], |
| 9705 }, |
| 9706 'items': [ |
| 9707 { |
| 9708 'name': 'Unset', |
| 9709 'value': 0, |
| 9710 'caption': '''Policy unset, disallow data migration and ARC''', |
| 9711 }, |
| 9712 { |
| 9713 'name': 'DisallowArc', |
| 9714 'value': 1, |
| 9715 'caption': '''Disallow data migration and ARC''', |
| 9716 }, |
| 9717 { |
| 9718 'name': 'AllowMigration', |
| 9719 'value': 2, |
| 9720 'caption': '''Allow data migration''', |
| 9721 }, |
| 9722 ], |
| 9723 'supported_on': ['chrome_os:60-'], |
| 9724 'device_only': True, |
| 9725 'features': { |
| 9726 'dynamic_refresh': True, |
| 9727 }, |
| 9728 'example_value': 1, |
| 9729 'id': 374, |
| 9730 'caption': '''Migration strategy for ecryptfs''', |
| 9731 'tags': [], |
| 9732 'desc': '''Specifies how a device should behave that shipped with ecryptfs
and needs to transition to ext4 encryption. |
| 9733 |
| 9734 If you set this policy to 'DisallowArc', Android apps will be disabled for
all users on the device (including those that have ext4 encryption already) and
no migration from ecryptfs to ext4 encryption will be offered to any users. |
| 9735 |
| 9736 If you set this policy to 'AllowMigration', users with ecryptfs home direc
tories will be offered to migrate these to ext4 encryption as necessary (current
ly when Android N becomes available on the device). |
| 9737 |
| 9738 If this policy is left not set, the device will behave as if 'DisallowArc'
was chosen.''', |
| 9739 }, |
| 9699 ], | 9740 ], |
| 9700 'messages': { | 9741 'messages': { |
| 9701 # Messages that are not associated to any policies. | 9742 # Messages that are not associated to any policies. |
| 9702 'win_supported_winxpsp2': { | 9743 'win_supported_winxpsp2': { |
| 9703 '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:'.''', | 9744 '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:'.''', |
| 9704 'text': '''Microsoft Windows XP SP2 or later''' | 9745 'text': '''Microsoft Windows XP SP2 or later''' |
| 9705 }, | 9746 }, |
| 9706 'mac_chrome_preferences': { | 9747 'mac_chrome_preferences': { |
| 9707 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', | 9748 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', |
| 9708 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 9749 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9822 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9863 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9823 'text': 'Default Settings (users can override)', | 9864 'text': 'Default Settings (users can override)', |
| 9824 }, | 9865 }, |
| 9825 'doc_complex_policies_on_windows': { | 9866 'doc_complex_policies_on_windows': { |
| 9826 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9867 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9827 '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>'
'', | 9868 '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>'
'', |
| 9828 }, | 9869 }, |
| 9829 }, | 9870 }, |
| 9830 'placeholders': [], | 9871 'placeholders': [], |
| 9831 } | 9872 } |
| OLD | NEW |