Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2111563002: Device policy for LoginApps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 # templates and documentation. The policy definition list that Chrome sees 130 # templates and documentation. The policy definition list that Chrome sees
131 # will include policies marked with 'future'. If a WIP policy isn't meant to 131 # will include policies marked with 'future'. If a WIP policy isn't meant to
132 # be seen by the policy providers either, the 'supported_on' key should be set 132 # be seen by the policy providers either, the 'supported_on' key should be set
133 # to an empty list. 133 # to an empty list.
134 # 134 #
135 # IDs: 135 # IDs:
136 # Since a Protocol Buffer definition is generated from this file, unique and 136 # Since a Protocol Buffer definition is generated from this file, unique and
137 # persistent IDs for all fields (but not for groups!) are needed. These are 137 # persistent IDs for all fields (but not for groups!) are needed. These are
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
139 # because doing so would break the deployed wire format! 139 # because doing so would break the deployed wire format!
140 # For your editing convenience: highest ID currently used: 335 140 # For your editing convenience: highest ID currently used: 336
141 # 141 #
142 # Placeholders: 142 # Placeholders:
143 # The following placeholder strings are automatically substituted: 143 # The following placeholder strings are automatically substituted:
144 # $1 -> Google Chrome / Chromium 144 # $1 -> Google Chrome / Chromium
145 # $2 -> Google Chrome OS / Chromium OS 145 # $2 -> Google Chrome OS / Chromium OS
146 # $3 -> Google Chrome Frame / Chromium Frame 146 # $3 -> Google Chrome Frame / Chromium Frame
147 # $6 is reserved for doc_writer 147 # $6 is reserved for doc_writer
148 # 148 #
149 # Device Policy: 149 # Device Policy:
150 # An additional flag 'device_only' (optional, defaults to False) indicates 150 # An additional flag 'device_only' (optional, defaults to False) indicates
(...skipping 8406 matching lines...) Expand 10 before | Expand all | Expand 10 after
8557 'id': 328, 8557 'id': 328,
8558 'caption': '''URLs that will be granted access to video capture devices on SAML login pages''', 8558 'caption': '''URLs that will be granted access to video capture devices on SAML login pages''',
8559 'tags': ['website-sharing'], 8559 'tags': ['website-sharing'],
8560 'desc': '''Patterns in this list will be matched against the security 8560 'desc': '''Patterns in this list will be matched against the security
8561 origin of the requesting URL. If a match is found, access to video 8561 origin of the requesting URL. If a match is found, access to video
8562 capture devices will be granted on SAML login pages. If no match is 8562 capture devices will be granted on SAML login pages. If no match is
8563 found, access will be automatically denied. Wildcard patterns are not 8563 found, access will be automatically denied. Wildcard patterns are not
8564 allowed.''' 8564 allowed.'''
8565 }, 8565 },
8566 { 8566 {
8567 'name': 'LoginApps',
8568 'type': 'list',
8569 'schema': {
8570 'type': 'array',
8571 'items': { 'type': 'string' },
8572 },
8573 'supported_on': ['chrome_os:54-'],
8574 'device_only': True,
8575 'features': {
8576 'dynamic_refresh': True,
8577 },
8578 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.googl e.com/service/update2/crx'],
8579 'id': 336,
8580 'caption': '''Configure the list of installed apps on the login screen''',
8581 'tags': ['full-admin-access'],
8582 'desc': '''
8583 Specifies a list of apps that are installed silently on the login screen,
8584 without user interaction, and which cannot be uninstalled.
8585 All permissions requested by the apps are granted
8586 implicitly, without user interaction, including any additional
8587 permissions requested by future versions of the app.
8588
8589 If an app that previously had been force-installed is removed from
8590 this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<e x>Google
8591 Chrome</ex></ph>.
8592
8593 Each list item of the policy is a string that contains an extension ID
8594 and an "update" URL separated by a semicolon (<ph
8595 name="SEMICOLON">;</ph>). The extension ID is the 32-letter string
8596 found e.g. on <ph
8597 name="CHROME_EXTENSIONS_LINK">chrome://extensions</ph> when in
8598 developer mode. The "update" URL should point to an Update Manifest
8599 XML document as described at <ph
8600 name="LINK_TO_EXTENSION_DOC1">https://developer.chrome.com/extensions/auto update</ph>. Note
8601 that the "update" URL set in this policy is only used for the initial
8602 installation; subsequent updates of the extension employ the update
8603 URL indicated in the extension's manifest.
8604
8605 For example, <ph
8606 name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https://c lients2.google.com/service/update2/crx</ph>
8607 installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome
8608 Remote Desktop</ph> app from the standard Chrome Web Store "update"
8609 URL. For more information about hosting extensions, see: <ph
8610 name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/extensions/host ing</ph>.''',
8611 },
8612 {
8567 'name': 'AllowScreenLock', 8613 'name': 'AllowScreenLock',
8568 'caption': '''Permit locking the screen''', 8614 'caption': '''Permit locking the screen''',
8569 'desc': '''Permit locking the screen. 8615 'desc': '''Permit locking the screen.
8570 8616
8571 If this policy is set to false, users will not be able to lock the screen (only signing out from the user session will be possible). If this setting is se t to true or not set, users who authenticated with a password can lock the scree n.''', 8617 If this policy is set to false, users will not be able to lock the screen (only signing out from the user session will be possible). If this setting is se t to true or not set, users who authenticated with a password can lock the scree n.''',
8572 'type': 'main', 8618 'type': 'main',
8573 'schema': { 'type': 'boolean' }, 8619 'schema': { 'type': 'boolean' },
8574 'supported_on': ['chrome_os:52-'], 8620 'supported_on': ['chrome_os:52-'],
8575 'features': { 8621 'features': {
8576 'dynamic_refresh': True, 8622 'dynamic_refresh': True,
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
8819 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8865 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8820 'text': 'Default Settings (users can override)', 8866 'text': 'Default Settings (users can override)',
8821 }, 8867 },
8822 'doc_complex_policies_on_windows': { 8868 'doc_complex_policies_on_windows': {
8823 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8869 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8824 '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>' '', 8870 '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>' '',
8825 }, 8871 },
8826 }, 8872 },
8827 'placeholders': [], 8873 'placeholders': [],
8828 } 8874 }
OLDNEW
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698