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

Issue 490001: make cryptohome check a magic file to discern between chrome-login and slim-login (Closed)

Created:
11 years ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
Will Drewry
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

make cryptohome check a magic file to discern between chrome-login and slim-login Also, thanks to the magic of git, this CL also includes an edit to pull the chrome-login support binaries into the chromeos-chrome package.

Patch Set 1 #

Total comments: 1

Patch Set 2 : add same check to last-ditch tmpfs mount code #

Total comments: 2

Patch Set 3 : fix mount #

Total comments: 2

Patch Set 4 : mount error handlers already assumed common worked #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M src/platform/cryptohome/bin/mount View 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/platform/cryptohome/lib/common View 1 chunk +9 lines, -1 line 0 comments Download
M src/scripts/build_chrome.sh View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Chris Masone
11 years ago (2009-12-10 05:22:53 UTC) #1
Chris Masone
11 years ago (2009-12-10 05:24:34 UTC) #2
Will Drewry
LGTM [I can't wait to get cryptohome cleaned up :] http://codereview.chromium.org/490001/diff/1/2 File src/platform/cryptohome/lib/common (right): http://codereview.chromium.org/490001/diff/1/2#newcode22 ...
11 years ago (2009-12-10 15:15:10 UTC) #3
Chris Masone
I added the thing to mount. can you make sure I didn't botch it? On ...
11 years ago (2009-12-10 16:56:34 UTC) #4
Will Drewry
http://codereview.chromium.org/490001/diff/5001/6001 File src/platform/cryptohome/bin/mount (right): http://codereview.chromium.org/490001/diff/5001/6001#newcode16 src/platform/cryptohome/bin/mount:16: /bin/mount -t tmpfs tmpfs /home/$DEFAULT_USER You'll need to do ...
11 years ago (2009-12-10 17:03:13 UTC) #5
Chris Masone
http://codereview.chromium.org/490001/diff/5001/6001 File src/platform/cryptohome/bin/mount (right): http://codereview.chromium.org/490001/diff/5001/6001#newcode16 src/platform/cryptohome/bin/mount:16: /bin/mount -t tmpfs tmpfs /home/$DEFAULT_USER On 2009/12/10 17:03:13, Will ...
11 years ago (2009-12-10 17:07:04 UTC) #6
Will Drewry
http://codereview.chromium.org/490001/diff/5/6 File src/platform/cryptohome/bin/mount (right): http://codereview.chromium.org/490001/diff/5/6#newcode17 src/platform/cryptohome/bin/mount:17: MOUNT_POINT=$MOUNT_POINT/user Since we're depending on DEFAULT_USER here, we expect ...
11 years ago (2009-12-10 17:17:11 UTC) #7
Chris Masone
LGTY? http://codereview.chromium.org/490001/diff/5/6 File src/platform/cryptohome/bin/mount (right): http://codereview.chromium.org/490001/diff/5/6#newcode17 src/platform/cryptohome/bin/mount:17: MOUNT_POINT=$MOUNT_POINT/user On 2009/12/10 17:17:11, Will Drewry wrote: > ...
11 years ago (2009-12-10 17:20:35 UTC) #8
Will Drewry
11 years ago (2009-12-10 19:14:31 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698