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

Issue 10191007: [Chromoting] Let the Windows daemon controller read the unprivileged part of the config without ele… (Closed)

Created:
8 years, 8 months ago by simonmorris
Modified:
8 years, 8 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

[Chromoting] Let the Windows daemon controller read the unprivileged part of the config without elevating permissions. The elevated controller writes the unprivileged part of the config to a file with an ACL that lets the daemon controller read it. BUG=121518 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133964

Patch Set 1 #

Total comments: 27

Patch Set 2 : Include new files. #

Patch Set 3 : Review. #

Total comments: 2

Patch Set 4 : Review. #

Total comments: 4

Patch Set 5 : Tweaks. #

Patch Set 6 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -89 lines) Patch
A remoting/host/daemon_controller_common_win.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A remoting/host/daemon_controller_common_win.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M remoting/host/elevated_controller_win.cc View 1 2 3 4 9 chunks +127 lines, -69 lines 0 comments Download
M remoting/host/plugin/daemon_controller_win.cc View 1 2 3 3 chunks +39 lines, -20 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
simonmorris
ptal
8 years, 8 months ago (2012-04-23 17:11:23 UTC) #1
alexeypa (please no reviews)
http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc#newcode49 remoting/host/elevated_controller_win.cc:49: const char* const kUnprivilegedConfigKeys[] = { kHostId, kXmppLogin }; ...
8 years, 8 months ago (2012-04-23 17:35:10 UTC) #2
simonmorris
http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc#newcode49 remoting/host/elevated_controller_win.cc:49: const char* const kUnprivilegedConfigKeys[] = { kHostId, kXmppLogin }; ...
8 years, 8 months ago (2012-04-23 19:39:49 UTC) #3
simonmorris
ping
8 years, 8 months ago (2012-04-24 16:26:45 UTC) #4
alexeypa (please no reviews)
It should be good to go as soon as the remaining comments are addressed. http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc ...
8 years, 8 months ago (2012-04-24 16:54:56 UTC) #5
simonmorris
ptal http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10191007/diff/1/remoting/host/elevated_controller_win.cc#newcode49 remoting/host/elevated_controller_win.cc:49: const char* const kUnprivilegedConfigKeys[] = { kHostId, kXmppLogin ...
8 years, 8 months ago (2012-04-25 00:33:32 UTC) #6
alexeypa (please no reviews)
LGTM http://codereview.chromium.org/10191007/diff/15001/remoting/host/daemon_controller_common_win.h File remoting/host/daemon_controller_common_win.h (right): http://codereview.chromium.org/10191007/diff/15001/remoting/host/daemon_controller_common_win.h#newcode16 remoting/host/daemon_controller_common_win.h:16: // remoting::GetConfigDir(). nit: ... is returned by remoting::GetConfigDir(), ...
8 years, 8 months ago (2012-04-25 16:36:56 UTC) #7
simonmorris
fyi http://codereview.chromium.org/10191007/diff/15001/remoting/host/daemon_controller_common_win.h File remoting/host/daemon_controller_common_win.h (right): http://codereview.chromium.org/10191007/diff/15001/remoting/host/daemon_controller_common_win.h#newcode16 remoting/host/daemon_controller_common_win.h:16: // remoting::GetConfigDir(). On 2012/04/25 16:36:56, alexeypa wrote: > ...
8 years, 8 months ago (2012-04-25 17:08:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10191007/5
8 years, 8 months ago (2012-04-25 18:05:00 UTC) #9
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 20:13:36 UTC) #10
Change committed as 133964

Powered by Google App Engine
This is Rietveld 408576698