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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2252243002: Adding a policy for using the uiAccess enabled It2Me binary on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « chrome/test/data/policy/policy_test_cases.json ('k') | remoting/host/policy_watcher.cc » ('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 06c30b05359da6d6c14ecef963917642e825e0b6..d1a26dee2f6521d6e95e70e7ed7a9245dfaec9d9 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: 340
+# For your editing convenience: highest ID currently used: 342
#
# 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': 'RemoteAssistanceHostAllowUiAccess',
Sergey Ulanov 2016/08/18 05:55:51 Many RemoteAccess* policies are applicable for It2
joedow 2016/08/18 17:06:07 I went back and forth on this a bit. Using the Re
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.win:54-'],
+ 'features': {
+ 'dynamic_refresh': False,
+ 'per_profile': False,
+ },
+ 'example_value': True,
+ 'id': 341,
+ 'caption': '''Allow remote users to interact with elevated windows in remote assistance sessions''',
+ 'tags': [],
+ 'desc': '''If this setting is enabled, the remote assistance host will be run in a process with uiAccess permissions. This will allow remote users to interact with elevated windows on the local user's desktop.
Thiemo Nagel 2016/08/18 11:46:17 What's that uiAccess? It seems like a non-transla
joedow 2016/08/18 17:06:07 Done.
+
+ 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.''',
Sergey Ulanov 2016/08/18 05:55:51 Can we enable UI access by default?
joedow 2016/08/18 17:06:07 We decided to disable this by default as enabling
+ },
],
},
{
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | remoting/host/policy_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698