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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 26de38ede78ab9e5a3043a3056d6875316247418..177040f1c64a39a8775efbcbb5b09639d9f32653 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -137,7 +137,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 335
+# For your editing convenience: highest ID currently used: 336
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -8564,6 +8564,52 @@
allowed.'''
},
{
+ 'name': 'LoginApps',
+ 'type': 'list',
+ 'schema': {
+ 'type': 'array',
+ 'items': { 'type': 'string' },
+ },
+ 'supported_on': ['chrome_os:54-'],
+ 'device_only': True,
+ 'features': {
+ 'dynamic_refresh': True,
+ },
+ 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.google.com/service/update2/crx'],
+ 'id': 336,
+ 'caption': '''Configure the list of installed apps on the login screen''',
+ 'tags': ['full-admin-access'],
+ 'desc': '''
+ Specifies a list of apps that are installed silently on the login screen,
+ without user interaction, and which cannot be uninstalled.
+ All permissions requested by the apps are granted
+ implicitly, without user interaction, including any additional
+ permissions requested by future versions of the app.
+
+ If an app that previously had been force-installed is removed from
+ this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google
+ Chrome</ex></ph>.
+
+ 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 extension 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 "update" URL set in this policy is only used for the initial
+ installation; subsequent updates of the extension employ the update
+ URL indicated in the extension's manifest.
+
+ For example, <ph
+ name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.google.com/service/update2/crx</ph>
+ installs the <ph name="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>.''',
+ },
+ {
'name': 'AllowScreenLock',
'caption': '''Permit locking the screen''',
'desc': '''Permit locking the screen.
« 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