Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index f0070ed0c9bcd3ef71e6a55a89b6d933df13aea5..c6962f1e9b7207f3663c6b9383b9e94ab362f52f 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -137,7 +137,7 @@ |
# persistent IDs for all fields (but not for groups!) are needed. These are |
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
# because doing so would break the deployed wire format! |
-# For your editing convenience: highest ID currently used: 345 |
+# For your editing convenience: highest ID currently used: 349 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -8984,6 +8984,51 @@ |
If set to False, updates to components are disabled. However, some components 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. |
Examples of such components include the certificate revocation lists and safe browsing data. ''', |
}, |
+ { |
+ 'name': 'PinUnlockMinimumLength', |
+ 'type': 'int', |
+ 'schema': { 'type': 'integer' }, |
+ 'supported_on': ['chrome_os:55-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': 4, |
+ 'id': 347, |
+ 'caption': '''Sets the minimum length of the lock screen pin.''', |
+ 'tags': [], |
+ 'desc': '''Pins created for the lock screen must have a length equal or greater than this value. ''', |
+ }, |
+ { |
+ 'name': 'PinUnlockMaximumLength', |
+ 'type': 'int', |
+ 'schema': { 'type': 'integer' }, |
+ 'supported_on': ['chrome_os:55-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': 0, |
+ 'id': 348, |
+ 'caption': '''Sets the maximum length of the lock screen pin.''', |
+ 'tags': [], |
+ 'desc': '''Pins created for the lock screen must have a length equal or lesser than this value. If this value is 0, or is less than PinUnlockMinimumLength, pins will have no maximum. ''', |
+ }, |
+ { |
+ 'name': 'PinUnlockAllowEasyPins', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome_os:55-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': False, |
+ 'id': 349, |
+ 'caption': '''Enables users to set easy to guess pins for the lock screen pin.''', |
+ 'tags': [], |
+ 'desc': '''If this is set to true users cannot set easy to guess pins for the lock screen pin. Such pins include pins whose digits are all the same number, or are increasing. ''', |
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |