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 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3136 'value': 'not-allowed', | 3136 'value': 'not-allowed', |
3137 'caption': '''Do not allow enterprise user to be part of multiprofile (primary or secondary)''', | 3137 'caption': '''Do not allow enterprise user to be part of multiprofile (primary or secondary)''', |
3138 }, | 3138 }, |
3139 ], | 3139 ], |
3140 'supported_on': ['chrome_os:31-'], | 3140 'supported_on': ['chrome_os:31-'], |
3141 'features': { | 3141 'features': { |
3142 'dynamic_refresh': True, | 3142 'dynamic_refresh': True, |
3143 'per_profile': True, | 3143 'per_profile': True, |
3144 }, | 3144 }, |
3145 'example_value': 'unrestricted', | 3145 'example_value': 'unrestricted', |
3146 'default_for_enterprise_users': 'primary_only', | |
Joao da Silva
2014/08/29 09:11:42
Document what this field does in the big comment a
merkulova
2014/08/29 14:02:52
Done.
| |
3146 'id': 244, | 3147 'id': 244, |
3147 'caption': '''Control the user behavior in a multiprofile session''', | 3148 'caption': '''Control the user behavior in a multiprofile session''', |
3148 'desc': '''Control the user behavior in a multiprofile session on <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices. | 3149 'desc': '''Control the user behavior in a multiprofile session on <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices. |
3149 | 3150 |
3150 If this policy is set to 'MultiProfileUserBehaviorUnrestricted', the user can be either primary or secondary user in a multiprofile session. | 3151 If this policy is set to 'MultiProfileUserBehaviorUnrestricted', the user can be either primary or secondary user in a multiprofile session. |
3151 | 3152 |
3152 If this policy is set to 'MultiProfileUserBehaviorMustBePrimary', the user can only be the primary user in a multiprofile session. | 3153 If this policy is set to 'MultiProfileUserBehaviorMustBePrimary', the user can only be the primary user in a multiprofile session. |
3153 | 3154 |
3154 If this policy is set to 'MultiProfileUserBehaviorNotAllowed', the user ca nnot be part of a multiprofile session. | 3155 If this policy is set to 'MultiProfileUserBehaviorNotAllowed', the user ca nnot be part of a multiprofile session. |
3155 | 3156 |
(...skipping 3615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6771 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 6772 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
6772 'text': 'deprecated', | 6773 'text': 'deprecated', |
6773 }, | 6774 }, |
6774 'doc_recommended': { | 6775 'doc_recommended': { |
6775 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6776 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
6776 'text': 'Default Settings (users can override)', | 6777 'text': 'Default Settings (users can override)', |
6777 }, | 6778 }, |
6778 }, | 6779 }, |
6779 'placeholders': [], | 6780 'placeholders': [], |
6780 } | 6781 } |
OLD | NEW |