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

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

Issue 2801113002: Make login screen apps enabled by default (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « chrome/common/chrome_switches.cc ('k') | no next file » | 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 8927 matching lines...) Expand 10 before | Expand all | Expand 10 after
8938 found, access will be automatically denied. Wildcard patterns are not 8938 found, access will be automatically denied. Wildcard patterns are not
8939 allowed.''' 8939 allowed.'''
8940 }, 8940 },
8941 { 8941 {
8942 'name': 'DeviceLoginScreenAppInstallList', 8942 'name': 'DeviceLoginScreenAppInstallList',
8943 'type': 'list', 8943 'type': 'list',
8944 'schema': { 8944 'schema': {
8945 'type': 'array', 8945 'type': 'array',
8946 'items': { 'type': 'string' }, 8946 'items': { 'type': 'string' },
8947 }, 8947 },
8948 'supported_on': ['chrome_os:58-'], 8948 'supported_on': ['chrome_os:60-'],
8949 'future': True,
8950 'device_only': True, 8949 'device_only': True,
8951 'features': { 8950 'features': {
8952 'dynamic_refresh': True, 8951 'dynamic_refresh': True,
8953 }, 8952 },
8954 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.googl e.com/service/update2/crx'], 8953 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.googl e.com/service/update2/crx'],
8955 'id': 336, 8954 'id': 336,
8956 'caption': '''Configure the list of installed apps on the login screen''', 8955 'caption': '''Configure the list of installed apps on the login screen''',
8957 'tags': ['full-admin-access'], 8956 'tags': ['full-admin-access'],
8958 'desc': ''' 8957 'desc': '''
8959 Specifies a list of apps that are installed silently on the login screen, 8958 Specifies a list of apps that are installed silently on the login screen,
8960 without user interaction, and which cannot be uninstalled. 8959 without user interaction, and which cannot be uninstalled.
8961 All permissions requested by the apps are granted 8960 All permissions requested by the apps are granted
8962 implicitly, without user interaction, including any additional 8961 implicitly, without user interaction, including any additional
8963 permissions requested by future versions of the app. 8962 permissions requested by future versions of the app.
8964 8963
8964 Note that, for security and privacy reasons, extensions are not allowed to be installed using this policy. Moreover, the devices on the Stable channel wil l only install the apps that belong to the whitelist bundled into <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph>. Any items that don't conform to these c onditions will be ignored.
8965
8965 If an app that previously had been force-installed is removed from this li st, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. 8966 If an app that previously had been force-installed is removed from this li st, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>.
8966 8967
8967 Each list item of the policy is a string that contains an extension ID and an "update" URL separated by a semicolon (<ph name="SEMICOLON">;</ph>). The ext ension ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK ">chrome://extensions</ph> when in developer mode. The "update" URL should point to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_ DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "up date" URL set in this policy is only used for the initial installation; subseque nt updates of the extension employ the update URL indicated in the extension's m anifest. 8968 Each list item of the policy is a string that contains an extension ID and an "update" URL separated by a semicolon (<ph name="SEMICOLON">;</ph>). The ext ension ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK ">chrome://extensions</ph> when in developer mode. The "update" URL should point to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_ DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "up date" URL set in this policy is only used for the initial installation; subseque nt updates of the extension employ the update URL indicated in the extension's m anifest.
8968 8969
8969 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihe nigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <ph na me="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from the standard Chrome Web Store "update" URL. For more information about hosting extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/ extensions/hosting</ph>.''', 8970 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihe nigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <ph na me="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from the standard Chrome Web Store "update" URL. For more information about hosting extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/ extensions/hosting</ph>.''',
8970 }, 8971 },
8971 { 8972 {
8972 'name': 'AllowScreenLock', 8973 'name': 'AllowScreenLock',
8973 'caption': '''Permit locking the screen''', 8974 'caption': '''Permit locking the screen''',
8974 'desc': '''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 se tting is set to true or not set, users who authenticated with a password can loc k the screen.''', 8975 'desc': '''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 se tting is set to true or not set, users who authenticated with a password can loc k the screen.''',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
9666 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9667 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9667 'text': 'Default Settings (users can override)', 9668 'text': 'Default Settings (users can override)',
9668 }, 9669 },
9669 'doc_complex_policies_on_windows': { 9670 'doc_complex_policies_on_windows': {
9670 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9671 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9671 '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>' '', 9672 '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>' '',
9672 }, 9673 },
9673 }, 9674 },
9674 'placeholders': [], 9675 'placeholders': [],
9675 } 9676 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698