Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 5012001: Chrome Frame: Add explicit object security attributes to the Chrome Frame ver... (Closed)

Created:
10 years, 1 month ago by robertshield
Modified:
9 years, 6 months ago
CC:
chromium-reviews, amit, brettw-cc_chromium.org
Visibility:
Public.

Description

Chrome Frame: Add explicit object security attributes to the Chrome Frame version beacon. This will allow low integrity processes to access shared memory segment and lock and make shared memory segment read only after creation. Also use lock names that include the hosting process. BUG=61609 TEST=Start medium integrity Chrome Frame host running CF version X. Update CF to version Y > X. Start low integrity Chrome Frame host, observe that version X is loaded. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66270

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 12

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -22 lines) Patch
M base/shared_memory.h View 1 chunk +5 lines, -3 lines 0 comments Download
M base/shared_memory_win.cc View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M chrome_frame/module_utils.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M chrome_frame/module_utils.cc View 1 2 3 7 chunks +98 lines, -14 lines 0 comments Download
M chrome_frame/test/module_utils_test.cc View 1 2 3 3 chunks +111 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
robertshield
10 years, 1 month ago (2010-11-15 19:09:40 UTC) #1
tommi (sloooow) - chröme
lgtm http://codereview.chromium.org/5012001/diff/4002/base/shared_memory_win.cc File base/shared_memory_win.cc (right): http://codereview.chromium.org/5012001/diff/4002/base/shared_memory_win.cc#newcode209 base/shared_memory_win.cc:209: LOG(ERROR) << "Could not create mutex" << GetLastError(); ...
10 years, 1 month ago (2010-11-15 19:33:30 UTC) #2
robertshield
Done, also removed the low-integrity section of the access check tests on pre-Vista. http://codereview.chromium.org/5012001/diff/4002/base/shared_memory_win.cc File ...
10 years, 1 month ago (2010-11-15 20:32:18 UTC) #3
tommi (sloooow) - chröme
10 years, 1 month ago (2010-11-15 20:41:21 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698