| 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: 249 | 121 # For your editing convenience: highest ID currently used: 250 |
| 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 3747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3879 }, | 3879 }, |
| 3880 { | 3880 { |
| 3881 'name': 'DeviceLocalAccounts', | 3881 'name': 'DeviceLocalAccounts', |
| 3882 'type': 'list', | 3882 'type': 'list', |
| 3883 'schema': { | 3883 'schema': { |
| 3884 'type': 'array', | 3884 'type': 'array', |
| 3885 'items': { 'type': 'string' }, | 3885 'items': { 'type': 'string' }, |
| 3886 }, | 3886 }, |
| 3887 'supported_on': ['chrome_os:25-'], | 3887 'supported_on': ['chrome_os:25-'], |
| 3888 'device_only': True, | 3888 'device_only': True, |
| 3889 'future': True, | |
| 3890 'features': { | 3889 'features': { |
| 3891 'dynamic_refresh': True, | 3890 'dynamic_refresh': True, |
| 3892 }, | 3891 }, |
| 3893 'example_value': [ "demo@example.com" ], | 3892 'example_value': [ "demo@example.com" ], |
| 3894 'id': 163, | 3893 'id': 163, |
| 3895 'caption': '''Device-local accounts''', | 3894 'caption': '''Device-local accounts''', |
| 3896 'desc': '''Specifies the list of device-local accounts to be shown on the
login screen. | 3895 'desc': '''Specifies the list of device-local accounts to be shown on the
login screen. |
| 3897 | 3896 |
| 3898 Every list entry specifies an identifier, which is used internally to tell
the different device-local accounts apart.''', | 3897 Every list entry specifies an identifier, which is used internally to tell
the different device-local accounts apart.''', |
| 3899 }, | 3898 }, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3939 }, | 3938 }, |
| 3940 { | 3939 { |
| 3941 'name': 'DeviceLocalAccountAutoLoginBailoutEnabled', | 3940 'name': 'DeviceLocalAccountAutoLoginBailoutEnabled', |
| 3942 'type': 'main', | 3941 'type': 'main', |
| 3943 'schema': { 'type': 'boolean' }, | 3942 'schema': { 'type': 'boolean' }, |
| 3944 'supported_on': ['chrome_os:28-'], | 3943 'supported_on': ['chrome_os:28-'], |
| 3945 'device_only': True, | 3944 'device_only': True, |
| 3946 'features': { | 3945 'features': { |
| 3947 'dynamic_refresh': True, | 3946 'dynamic_refresh': True, |
| 3948 }, | 3947 }, |
| 3949 'future': True, | |
| 3950 'example_value': True, | 3948 'example_value': True, |
| 3951 'id': 202, | 3949 'id': 202, |
| 3952 'caption': '''Enable bailout keyboard shortcut for auto-login''', | 3950 'caption': '''Enable bailout keyboard shortcut for auto-login''', |
| 3953 'desc': '''Enable bailout keyboard shortcut for auto-login. | 3951 'desc': '''Enable bailout keyboard shortcut for auto-login. |
| 3954 | 3952 |
| 3955 If this policy is unset or set to True and a device-local account is confi
gured for zero-delay auto-login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome
OS</ex></ph> will honor the keyboard shortcut Ctrl+Alt+S for bypassing auto-logi
n and showing the login screen. | 3953 If this policy is unset or set to True and a device-local account is confi
gured for zero-delay auto-login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome
OS</ex></ph> will honor the keyboard shortcut Ctrl+Alt+S for bypassing auto-logi
n and showing the login screen. |
| 3956 | 3954 |
| 3957 If this policy is set to False, zero-delay auto-login (if configured) cann
ot be bypassed.''' | 3955 If this policy is set to False, zero-delay auto-login (if configured) cann
ot be bypassed.''' |
| 3958 }, | 3956 }, |
| 3959 { | 3957 { |
| 3958 'name': 'DeviceLocalAccountPromptForNetworkWhenOffline', |
| 3959 'type': 'main', |
| 3960 'schema': { 'type': 'boolean' }, |
| 3961 'supported_on': ['chrome_os:33-'], |
| 3962 'device_only': True, |
| 3963 'features': { |
| 3964 'dynamic_refresh': True, |
| 3965 }, |
| 3966 'example_value': True, |
| 3967 'id': 250, |
| 3968 'caption': '''Enable network configuration prompt when offline''', |
| 3969 'desc': '''Enable network configuration prompt when offline. |
| 3970 |
| 3971 If this policy is unset or set to True and a device-local account is confi
gured for zero-delay auto-login and the device does not have access to the Inter
net, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show a net
work configuration prompt. |
| 3972 |
| 3973 If this policy is set to False, an error message will be displayed instead
of the network configuration prompt.''' |
| 3974 }, |
| 3975 { |
| 3960 'name': 'BackgroundModeEnabled', | 3976 'name': 'BackgroundModeEnabled', |
| 3961 'type': 'main', | 3977 'type': 'main', |
| 3962 'schema': { 'type': 'boolean' }, | 3978 'schema': { 'type': 'boolean' }, |
| 3963 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], | 3979 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], |
| 3964 'features': { | 3980 'features': { |
| 3965 'can_be_recommended': True, | 3981 'can_be_recommended': True, |
| 3966 'dynamic_refresh': True, | 3982 'dynamic_refresh': True, |
| 3967 'per_profile': False, | 3983 'per_profile': False, |
| 3968 }, | 3984 }, |
| 3969 'example_value': True, | 3985 'example_value': True, |
| (...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5870 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 5886 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 5871 'text': 'deprecated', | 5887 'text': 'deprecated', |
| 5872 }, | 5888 }, |
| 5873 'doc_recommended': { | 5889 'doc_recommended': { |
| 5874 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 5890 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 5875 'text': 'Default Settings (users can override)', | 5891 'text': 'Default Settings (users can override)', |
| 5876 }, | 5892 }, |
| 5877 }, | 5893 }, |
| 5878 'placeholders': [], | 5894 'placeholders': [], |
| 5879 } | 5895 } |
| OLD | NEW |