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 3026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3037 'enum': [ | 3037 'enum': [ |
3038 'unrestricted', | 3038 'unrestricted', |
3039 'primary-only', | 3039 'primary-only', |
3040 'not-allowed', | 3040 'not-allowed', |
3041 ], | 3041 ], |
3042 }, | 3042 }, |
3043 'items': [ | 3043 'items': [ |
3044 { | 3044 { |
3045 'name': 'MultiProfileUserBehaviorUnrestricted', | 3045 'name': 'MultiProfileUserBehaviorUnrestricted', |
3046 'value': 'unrestricted', | 3046 'value': 'unrestricted', |
3047 'caption': '''Allow enterprise user to be both primary and secondary
(Default behavior)''', | 3047 'caption': '''Allow enterprise user to be both primary and secondary
(Default behavior for non-managed users)''', |
3048 }, | 3048 }, |
3049 { | 3049 { |
3050 'name': 'MultiProfileUserBehaviorMustBePrimary', | 3050 'name': 'MultiProfileUserBehaviorMustBePrimary', |
3051 'value': 'primary-only', | 3051 'value': 'primary-only', |
3052 'caption': '''Allow enterprise user to be primary multiprofile user on
ly''', | 3052 'caption': '''Allow enterprise user to be primary multiprofile user on
ly (Default behavior for enterprise-managed users)''', |
3053 }, | 3053 }, |
3054 { | 3054 { |
3055 'name': 'MultiProfileUserBehaviorNotAllowed', | 3055 'name': 'MultiProfileUserBehaviorNotAllowed', |
3056 'value': 'not-allowed', | 3056 'value': 'not-allowed', |
3057 'caption': '''Do not allow enterprise user to be part of multiprofile
(primary or secondary)''', | 3057 'caption': '''Do not allow enterprise user to be part of multiprofile
(primary or secondary)''', |
3058 }, | 3058 }, |
3059 ], | 3059 ], |
3060 'supported_on': ['chrome_os:31-'], | 3060 'supported_on': ['chrome_os:31-'], |
3061 'features': { | 3061 'features': { |
3062 'dynamic_refresh': True, | 3062 'dynamic_refresh': True, |
(...skipping 3424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6487 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6487 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6488 'text': 'deprecated', | 6488 'text': 'deprecated', |
6489 }, | 6489 }, |
6490 'doc_recommended': { | 6490 'doc_recommended': { |
6491 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6491 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6492 'text': 'Default Settings (users can override)', | 6492 'text': 'Default Settings (users can override)', |
6493 }, | 6493 }, |
6494 }, | 6494 }, |
6495 'placeholders': [], | 6495 'placeholders': [], |
6496 } | 6496 } |
OLD | NEW |