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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
108 # to an empty list. | 108 # to an empty list. |
109 # | 109 # |
110 # IDs: | 110 # IDs: |
111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
115 # For your editing convenience: highest ID currently used: 171 | 115 # For your editing convenience: highest ID currently used: 172 |
116 # | 116 # |
117 # Placeholders: | 117 # Placeholders: |
118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
123 # | 123 # |
124 # Device Policy: | 124 # Device Policy: |
125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 3741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3867 'desc': '''Limit the maximum length of a user session. | 3867 'desc': '''Limit the maximum length of a user session. |
3868 | 3868 |
3869 When this policy is set, it specifies the length of time after which a use
r is automatically logged out, terminating the session. The user is informed abo
ut the remaining time by a countdown timer shown in the system tray. | 3869 When this policy is set, it specifies the length of time after which a use
r is automatically logged out, terminating the session. The user is informed abo
ut the remaining time by a countdown timer shown in the system tray. |
3870 | 3870 |
3871 When this policy is not set, the session length is not limited. | 3871 When this policy is not set, the session length is not limited. |
3872 | 3872 |
3873 If you set this policy, users cannot change or override it. | 3873 If you set this policy, users cannot change or override it. |
3874 | 3874 |
3875 The policy value should be specified in milliseconds. Values are clamped t
o a range of 30 seconds to 24 hours.''', | 3875 The policy value should be specified in milliseconds. Values are clamped t
o a range of 30 seconds to 24 hours.''', |
3876 }, | 3876 }, |
| 3877 { |
| 3878 'name': 'DeviceAllowRedeemChromeOsRegistrationOffers', |
| 3879 'type': 'main', |
| 3880 'schema': { 'type': 'boolean' }, |
| 3881 'supported_on': ['chrome_os:26-'], |
| 3882 'device_only': True, |
| 3883 'features': { |
| 3884 'dynamic_refresh': True, |
| 3885 }, |
| 3886 'example_value': True, |
| 3887 'id': 172, |
| 3888 'caption': '''Allow users to redeem offers through Chrome OS Registration.
''', |
| 3889 'desc': '''IT admins for enterprise devices can use this flag to controll
whether to allow users to redeem offers through Chrome OS Registration. |
| 3890 |
| 3891 If this policy is set to true or left not set, users will be able to redee
m offers through Chrome OS Registration. |
| 3892 |
| 3893 If this policy is set to false, user will not be able to redeem offers.'''
, |
| 3894 }, |
3877 ], | 3895 ], |
3878 'messages': { | 3896 'messages': { |
3879 # Messages that are not associated to any policies. | 3897 # Messages that are not associated to any policies. |
3880 'win_supported_winxpsp2': { | 3898 'win_supported_winxpsp2': { |
3881 '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:'.''', | 3899 '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:'.''', |
3882 'text': '''Microsoft Windows XP SP2 or later''' | 3900 'text': '''Microsoft Windows XP SP2 or later''' |
3883 }, | 3901 }, |
3884 'mac_chrome_preferences': { | 3902 'mac_chrome_preferences': { |
3885 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', | 3903 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', |
3886 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 3904 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3969 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 3987 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
3970 'text': 'deprecated', | 3988 'text': 'deprecated', |
3971 }, | 3989 }, |
3972 'doc_recommended': { | 3990 'doc_recommended': { |
3973 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 3991 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
3974 'text': 'Default Settings (users can override)', | 3992 'text': 'Default Settings (users can override)', |
3975 }, | 3993 }, |
3976 }, | 3994 }, |
3977 'placeholders': [], | 3995 'placeholders': [], |
3978 } | 3996 } |
OLD | NEW |