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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 # templates and documentation. The policy definition list that Chrome sees | 130 # templates and documentation. The policy definition list that Chrome sees |
131 # will include policies marked with 'future'. If a WIP policy isn't meant to | 131 # will include policies marked with 'future'. If a WIP policy isn't meant to |
132 # be seen by the policy providers either, the 'supported_on' key should be set | 132 # be seen by the policy providers either, the 'supported_on' key should be set |
133 # to an empty list. | 133 # to an empty list. |
134 # | 134 # |
135 # IDs: | 135 # IDs: |
136 # Since a Protocol Buffer definition is generated from this file, unique and | 136 # Since a Protocol Buffer definition is generated from this file, unique and |
137 # persistent IDs for all fields (but not for groups!) are needed. These are | 137 # persistent IDs for all fields (but not for groups!) are needed. These are |
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
139 # because doing so would break the deployed wire format! | 139 # because doing so would break the deployed wire format! |
140 # For your editing convenience: highest ID currently used: 348 | 140 # For your editing convenience: highest ID currently used: 351 |
141 # | 141 # |
142 # Placeholders: | 142 # Placeholders: |
143 # The following placeholder strings are automatically substituted: | 143 # The following placeholder strings are automatically substituted: |
144 # $1 -> Google Chrome / Chromium | 144 # $1 -> Google Chrome / Chromium |
145 # $2 -> Google Chrome OS / Chromium OS | 145 # $2 -> Google Chrome OS / Chromium OS |
146 # $3 -> Google Chrome Frame / Chromium Frame | 146 # $3 -> Google Chrome Frame / Chromium Frame |
147 # $6 is reserved for doc_writer | 147 # $6 is reserved for doc_writer |
148 # | 148 # |
149 # Device Policy: | 149 # Device Policy: |
150 # An additional flag 'device_only' (optional, defaults to False) indicates | 150 # An additional flag 'device_only' (optional, defaults to False) indicates |
(...skipping 8891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9042 }, | 9042 }, |
9043 'example_value': True, | 9043 'example_value': True, |
9044 'id': 342, | 9044 'id': 342, |
9045 'caption': '''Enables component updates in <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph>.''', | 9045 'caption': '''Enables component updates in <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph>.''', |
9046 'tags': [], | 9046 'tags': [], |
9047 'desc': '''Enables component updates for all components in <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> when not set or set to True. | 9047 'desc': '''Enables component updates for all components in <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> when not set or set to True. |
9048 | 9048 |
9049 If set to False, updates to components are disabled. However, some compone
nts are exempt from this policy: updates to any component that does not contain
executable code, or does not significantly alter the behavior of the browser, or
is critical for its security will not be disabled. | 9049 If set to False, updates to components are disabled. However, some compone
nts are exempt from this policy: updates to any component that does not contain
executable code, or does not significantly alter the behavior of the browser, or
is critical for its security will not be disabled. |
9050 Examples of such components include the certificate revocation lists and s
afe browsing data. ''', | 9050 Examples of such components include the certificate revocation lists and s
afe browsing data. ''', |
9051 }, | 9051 }, |
| 9052 { |
| 9053 'name': 'PinUnlockMinimumLength', |
| 9054 'type': 'int', |
| 9055 'schema': { 'type': 'integer' }, |
| 9056 'supported_on': ['chrome_os:55-'], |
| 9057 'features': { |
| 9058 'dynamic_refresh': False, |
| 9059 'per_profile': False, |
| 9060 }, |
| 9061 'example_value': 4, |
| 9062 'id': 349, |
| 9063 'caption': '''Sets the minimum length of the lock screen pin.''', |
| 9064 'tags': [], |
| 9065 'desc': '''Pins created for the lock screen must have a length equal or gr
eater than this value. ''', |
| 9066 }, |
| 9067 { |
| 9068 'name': 'PinUnlockMaximumLength', |
| 9069 'type': 'int', |
| 9070 'schema': { 'type': 'integer' }, |
| 9071 'supported_on': ['chrome_os:55-'], |
| 9072 'features': { |
| 9073 'dynamic_refresh': False, |
| 9074 'per_profile': False, |
| 9075 }, |
| 9076 'example_value': 0, |
| 9077 'id': 350, |
| 9078 'caption': '''Sets the maximum length of the lock screen pin.''', |
| 9079 'tags': [], |
| 9080 'desc': '''Pins created for the lock screen must have a length equal or le
sser than this value. If this value is 0, or is less than PinUnlockMinimumLength
, pins will have no maximum. ''', |
| 9081 }, |
| 9082 { |
| 9083 'name': 'PinUnlockAllowWeakPins', |
| 9084 'type': 'main', |
| 9085 'schema': { 'type': 'boolean' }, |
| 9086 'supported_on': ['chrome_os:55-'], |
| 9087 'features': { |
| 9088 'dynamic_refresh': False, |
| 9089 'per_profile': False, |
| 9090 }, |
| 9091 'example_value': False, |
| 9092 'id': 351, |
| 9093 'caption': '''Enables users to set weak pins for the lock screen pin.''', |
| 9094 'tags': [], |
| 9095 'desc': '''If this is set to true users cannot set weak pins for the lock
screen pin. Such pins include pins whose digits are all the same number, or are
increasing. ''', |
| 9096 }, |
9052 ], | 9097 ], |
9053 'messages': { | 9098 'messages': { |
9054 # Messages that are not associated to any policies. | 9099 # Messages that are not associated to any policies. |
9055 'win_supported_winxpsp2': { | 9100 'win_supported_winxpsp2': { |
9056 '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:'.''', | 9101 '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:'.''', |
9057 'text': '''Microsoft Windows XP SP2 or later''' | 9102 'text': '''Microsoft Windows XP SP2 or later''' |
9058 }, | 9103 }, |
9059 'mac_chrome_preferences': { | 9104 'mac_chrome_preferences': { |
9060 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', | 9105 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', |
9061 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 9106 '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... |
9175 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9220 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9176 'text': 'Default Settings (users can override)', | 9221 'text': 'Default Settings (users can override)', |
9177 }, | 9222 }, |
9178 'doc_complex_policies_on_windows': { | 9223 'doc_complex_policies_on_windows': { |
9179 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9224 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9180 '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>'
'', | 9225 '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>'
'', |
9181 }, | 9226 }, |
9182 }, | 9227 }, |
9183 'placeholders': [], | 9228 'placeholders': [], |
9184 } | 9229 } |
OLD | NEW |