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: 152 | 115 # For your editing convenience: highest ID currently used: 153 |
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 2639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2765 'id': 152, | 2765 'id': 152, |
2766 'caption': '''Disable mounting of external storage''', | 2766 'caption': '''Disable mounting of external storage''', |
2767 'desc': '''Disable mounting of external storage. | 2767 'desc': '''Disable mounting of external storage. |
2768 | 2768 |
2769 When this policy is set to true, external storage will not be available in the file browser. | 2769 When this policy is set to true, external storage will not be available in the file browser. |
2770 | 2770 |
2771 This policy affects all types of storage media. For example: USB flash dri ves, external hard drives, SD and other memory cards, optical storage etc. Inter nal storage is not affected, therefore files saved in the Download folder can st ill be accessed. Google Drive is also not affected by this policy. | 2771 This policy affects all types of storage media. For example: USB flash dri ves, external hard drives, SD and other memory cards, optical storage etc. Inter nal storage is not affected, therefore files saved in the Download folder can st ill be accessed. Google Drive is also not affected by this policy. |
2772 | 2772 |
2773 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', | 2773 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', |
2774 }, | 2774 }, |
2775 { | |
2776 'name': 'DeviceTimezone', | |
2777 'type': 'string', | |
2778 'supported_on': ['chrome_os:22-'], | |
2779 'device_only': True, | |
2780 'features': {'dynamic_refresh': True}, | |
2781 'example_value': 'America/Los_Angeles', | |
2782 'id': 153, | |
2783 'caption': '''Timezone''', | |
2784 'desc': '''Specifies the timezone to be used for the device. Users can ove rride the specified timezone for the current session. | |
2785 However, on logout it is set back to the specified timezone. | |
2786 | |
2787 If this policy is not used or set to an invalid value, always the timezone set by the last user is active also after logging-out. | |
Joao da Silva
2012/07/27 13:40:57
Maybe it's just me, but the 2nd part of the senten
pneubeck (no reviews)
2012/07/31 22:21:05
Done.
| |
2788 If additionally no user ever set a timezone, a default value (currently "U S/Pacific") is used.''', | |
2789 }, | |
2775 ], | 2790 ], |
2776 'messages': { | 2791 'messages': { |
2777 # Messages that are not associated to any policies. | 2792 # Messages that are not associated to any policies. |
2778 'win_supported_winxpsp2': { | 2793 'win_supported_winxpsp2': { |
2779 '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:'.''', | 2794 '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:'.''', |
2780 'text': '''Microsoft Windows XP SP2 or later''' | 2795 'text': '''Microsoft Windows XP SP2 or later''' |
2781 }, | 2796 }, |
2782 'mac_chrome_preferences': { | 2797 'mac_chrome_preferences': { |
2783 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 2798 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
2784 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 2799 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2863 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 2878 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
2864 'text': 'deprecated', | 2879 'text': 'deprecated', |
2865 }, | 2880 }, |
2866 'doc_recommended': { | 2881 'doc_recommended': { |
2867 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 2882 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
2868 'text': 'Recommended', | 2883 'text': 'Recommended', |
2869 }, | 2884 }, |
2870 }, | 2885 }, |
2871 'placeholders': [], | 2886 'placeholders': [], |
2872 } | 2887 } |
OLD | NEW |