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

Unified Diff: remoting/host/win/enable_uiaccess_require_admin.manifest

Issue 2370293002: Add UiAccess manifest flag back to remoting_desktop.exe (Closed)
Patch Set: Created 4 years, 3 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 | « remoting/host/win/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/enable_uiaccess_require_admin.manifest
diff --git a/remoting/host/win/enable_uiaccess.manifest b/remoting/host/win/enable_uiaccess_require_admin.manifest
similarity index 75%
copy from remoting/host/win/enable_uiaccess.manifest
copy to remoting/host/win/enable_uiaccess_require_admin.manifest
index cd7db4fc87ffd63982818b76d38fb80b52f116e7..f9bf6d3cb454ba39e8472033f41c926a04b17fa7 100644
--- a/remoting/host/win/enable_uiaccess.manifest
+++ b/remoting/host/win/enable_uiaccess_require_admin.manifest
@@ -3,7 +3,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
- <requestedExecutionLevel level="asInvoker" uiAccess="true"/>
+ <requestedExecutionLevel level="requireAdministrator" uiAccess="true"/>
</requestedPrivileges>
</security>
</trustInfo>
« no previous file with comments | « remoting/host/win/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698