| 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 8223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8234 'desc': | 8234 'desc': |
| 8235 '''When this policy is set to true, ARC will be enabled for the user | 8235 '''When this policy is set to true, ARC will be enabled for the user |
| 8236 (subject to additional policy settings checks - ARC will still be | 8236 (subject to additional policy settings checks - ARC will still be |
| 8237 unavailable if either ephemeral mode or multiple sign-in is enabled | 8237 unavailable if either ephemeral mode or multiple sign-in is enabled |
| 8238 in the current user session). | 8238 in the current user session). |
| 8239 | 8239 |
| 8240 If this setting is disabled or not configured then enterprise users are | 8240 If this setting is disabled or not configured then enterprise users are |
| 8241 unable to use ARC.''', | 8241 unable to use ARC.''', |
| 8242 }, | 8242 }, |
| 8243 { | 8243 { |
| 8244 'name': 'ArcApplicationPolicy', | 8244 'name': 'ArcPolicy', |
| 8245 'type': 'string', | 8245 'type': 'string', |
| 8246 'schema': { 'type': 'string' }, | 8246 'schema': { 'type': 'string' }, |
| 8247 'supported_on': ['chrome_os:50-'], | 8247 'supported_on': ['chrome_os:50-'], |
| 8248 'features': { | 8248 'features': { |
| 8249 'dynamic_refresh': True, | 8249 'dynamic_refresh': True, |
| 8250 'per_profile': False, | 8250 'per_profile': False, |
| 8251 }, | 8251 }, |
| 8252 'example_value': '', | 8252 'example_value': '', |
| 8253 'id': 318, | 8253 'id': 318, |
| 8254 'caption': '''Configure ARC apps''', | 8254 'caption': '''Configure ARC''', |
| 8255 'tags': [], | 8255 'tags': [], |
| 8256 'desc': | 8256 'desc': |
| 8257 '''Specifies the ARC application policy as JSON string which can be | 8257 '''Specifies a set of policies that will be handed over to the ARC runtime
. The value must be valid JSON.''' |
| 8258 handed-off as-is to the ARC runtime. At the moment, this setting is used | |
| 8259 solely to specify force-installation of the apps. | |
| 8260 | |
| 8261 If this policy is left not set, no apps are installed automatically.''' | |
| 8262 }, | 8258 }, |
| 8263 { | 8259 { |
| 8264 'name': 'AllowKioskAppControlChromeVersion', | 8260 'name': 'AllowKioskAppControlChromeVersion', |
| 8265 'type': 'main', | 8261 'type': 'main', |
| 8266 'schema': { 'type': 'boolean' }, | 8262 'schema': { 'type': 'boolean' }, |
| 8267 'supported_on': ['chrome_os:51-'], | 8263 'supported_on': ['chrome_os:51-'], |
| 8268 'device_only': True, | 8264 'device_only': True, |
| 8269 'features': { | 8265 'features': { |
| 8270 'dynamic_refresh': True, | 8266 'dynamic_refresh': True, |
| 8271 }, | 8267 }, |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8585 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8581 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 8586 'text': 'Default Settings (users can override)', | 8582 'text': 'Default Settings (users can override)', |
| 8587 }, | 8583 }, |
| 8588 'doc_complex_policies_on_windows': { | 8584 'doc_complex_policies_on_windows': { |
| 8589 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8585 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 8590 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 8586 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
| 8591 }, | 8587 }, |
| 8592 }, | 8588 }, |
| 8593 'placeholders': [], | 8589 'placeholders': [], |
| 8594 } | 8590 } |
| OLD | NEW |