Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index 617ca45505e69d4825e8b416c440903a8d70b7d7..8e4087ec2707c16a42d626ed6e782264199f6c5b 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: 343 |
+# For your editing convenience: highest ID currently used: 344 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -998,6 +998,23 @@ |
The value is parsed as a JSON dictionary of policy name to policy value mappings.''', |
}, |
+ { |
+ 'name': 'RemoteAccessHostAllowUiAccessForRemoteAssistance', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.win:55-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'id': 344, |
+ 'caption': '''Allow remote users to interact with elevated windows in remote assistance sessions''', |
+ 'tags': ['system-security'], |
+ 'desc': '''If this setting is enabled, the remote assistance host will be run in a process with <ph name="UIACCESS_PERMISSION_NAME">uiAccess</ph> permissions. This will allow remote users to interact with elevated windows on the local user's desktop. |
+ |
+ If this setting is disabled or not configured, the remote assistance host will run in the user's context and remote users cannot interact with elevated windows on the desktop.''', |
+ }, |
], |
}, |
{ |