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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 # templates and documentation. The policy definition list that Chrome sees | 111 # templates and documentation. The policy definition list that Chrome sees |
112 # will include policies marked with 'future'. If a WIP policy isn't meant to | 112 # will include policies marked with 'future'. If a WIP policy isn't meant to |
113 # be seen by the policy providers either, the 'supported_on' key should be set | 113 # be seen by the policy providers either, the 'supported_on' key should be set |
114 # to an empty list. | 114 # to an empty list. |
115 # | 115 # |
116 # IDs: | 116 # IDs: |
117 # Since a Protocol Buffer definition is generated from this file, unique and | 117 # Since a Protocol Buffer definition is generated from this file, unique and |
118 # persistent IDs for all fields (but not for groups!) are needed. These are | 118 # persistent IDs for all fields (but not for groups!) are needed. These are |
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
120 # because doing so would break the deployed wire format! | 120 # because doing so would break the deployed wire format! |
121 # For your editing convenience: highest ID currently used: 253 | 121 # For your editing convenience: highest ID currently used: 254 |
122 # | 122 # |
123 # Placeholders: | 123 # Placeholders: |
124 # The following placeholder strings are automatically substituted: | 124 # The following placeholder strings are automatically substituted: |
125 # $1 -> Google Chrome / Chromium | 125 # $1 -> Google Chrome / Chromium |
126 # $2 -> Google Chrome OS / Chromium OS | 126 # $2 -> Google Chrome OS / Chromium OS |
127 # $3 -> Google Chrome Frame / Chromium Frame | 127 # $3 -> Google Chrome Frame / Chromium Frame |
128 # $6 is reserved for doc_writer | 128 # $6 is reserved for doc_writer |
129 # | 129 # |
130 # Device Policy: | 130 # Device Policy: |
131 # An additional flag device_only (optional, defaults to False) indicates | 131 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3550 'caption': '''Ephemeral profile''', | 3550 'caption': '''Ephemeral profile''', |
3551 'desc': '''If set to enabled this policy forces the profile to be switched
to ephemeral mode. If this policy is specified as an OS policy (e.g. GPO on Win
dows) it will apply to every profile on the system; if the policy is set as a Cl
oud policy it will apply only to a profile signed in with a managed account. | 3551 'desc': '''If set to enabled this policy forces the profile to be switched
to ephemeral mode. If this policy is specified as an OS policy (e.g. GPO on Win
dows) it will apply to every profile on the system; if the policy is set as a Cl
oud policy it will apply only to a profile signed in with a managed account. |
3552 | 3552 |
3553 In this mode the profile data is persisted on disk only for the length of
the user session. Features like browser history, extensions and their data, web
data like cookies and web databases are not preserved after the browser is close
d. However this does not prevent the user from downloading any data to disk manu
ally, save pages or print them. | 3553 In this mode the profile data is persisted on disk only for the length of
the user session. Features like browser history, extensions and their data, web
data like cookies and web databases are not preserved after the browser is close
d. However this does not prevent the user from downloading any data to disk manu
ally, save pages or print them. |
3554 | 3554 |
3555 If the user has enabled sync all this data is preserved in his sync profil
e just like with regular profiles. Incognito mode is also available if not expli
citly disabled by policy. | 3555 If the user has enabled sync all this data is preserved in his sync profil
e just like with regular profiles. Incognito mode is also available if not expli
citly disabled by policy. |
3556 | 3556 |
3557 If the policy is set to disabled or left not set signing in leads to regul
ar profiles.''' | 3557 If the policy is set to disabled or left not set signing in leads to regul
ar profiles.''' |
3558 }, | 3558 }, |
3559 { | 3559 { |
| 3560 'name': 'SAMLOfflineSigninTimeLimit', |
| 3561 'type': 'int', |
| 3562 'schema': { 'type': 'integer', 'minimum': -1 }, |
| 3563 'supported_on': ['chrome_os:34-'], |
| 3564 'features': { |
| 3565 'dynamic_refresh': True, |
| 3566 'per_profile': True, |
| 3567 }, |
| 3568 'example_value': 32, |
| 3569 'id': 254, |
| 3570 'caption': '''Limit the time for which a user authenticated via SAML can l
og in offline''', |
| 3571 'desc': '''Limit the time for which a user authenticated via SAML can log
in offline. |
| 3572 |
| 3573 During login, Chrome OS can authenticate against a server (online) or usin
g a cached password (offline). |
| 3574 |
| 3575 When this policy is set to a value of -1, the user can authenticate offlin
e indefinitely. When this policy is set to any other value, it specifies the len
gth of time since the last online authentication after which the user must use o
nline authentication again. |
| 3576 |
| 3577 Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Goo
gle Chrome OS</ex></ph> use a default time limit of 14 days after which the user
must use online authentication again. |
| 3578 |
| 3579 This policy affects only users who authenticated using SAML. |
| 3580 |
| 3581 The policy value should be specified in seconds.''', |
| 3582 }, |
| 3583 { |
3560 'name': 'AutoCleanUpStrategy', | 3584 'name': 'AutoCleanUpStrategy', |
3561 'type': 'string-enum', | 3585 'type': 'string-enum', |
3562 'schema': { | 3586 'schema': { |
3563 'type': 'string', | 3587 'type': 'string', |
3564 'enum': [ 'remove-lru', 'remove-lru-if-dormant' ], | 3588 'enum': [ 'remove-lru', 'remove-lru-if-dormant' ], |
3565 }, | 3589 }, |
3566 'items': [ | 3590 'items': [ |
3567 { | 3591 { |
3568 'name': 'RemoveLRU', | 3592 'name': 'RemoveLRU', |
3569 'value': 'remove-lru', | 3593 'value': 'remove-lru', |
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6097 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6121 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6098 'text': 'deprecated', | 6122 'text': 'deprecated', |
6099 }, | 6123 }, |
6100 'doc_recommended': { | 6124 'doc_recommended': { |
6101 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6125 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6102 'text': 'Default Settings (users can override)', | 6126 'text': 'Default Settings (users can override)', |
6103 }, | 6127 }, |
6104 }, | 6128 }, |
6105 'placeholders': [], | 6129 'placeholders': [], |
6106 } | 6130 } |
OLD | NEW |