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

Issue 3958001: Change to use a unix socket instead of TCP. (Closed)

Created:
10 years, 2 months ago by fes
Modified:
6 years ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Change to use a unix socket instead of TCP. This change makes Trousers use a unix domain socket instead of a TCP socket. This allows tcsd to start without waiting on the network. Change-Id: Ic66830a03d35bbe503e9a91ca2ebbbd96924fb42 BUG=7892 TEST=install, test cryptohome tpm ownership, crypto, and status Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=987b8de

Patch Set 1 #

Total comments: 6

Patch Set 2 : Explicitly set domain socket permissions. #

Patch Set 3 : Use a constant for the socket name. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -100 lines) Patch
M src/include/tcsd.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/tcs/rpc/tcstp/rpc.c View 1 chunk +2 lines, -44 lines 0 comments Download
M src/tcsd/svrside.c View 1 2 4 chunks +13 lines, -31 lines 0 comments Download
M src/tspi/rpc/tcstp/rpc.c View 1 2 5 chunks +7 lines, -25 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
fes
10 years, 2 months ago (2010-10-20 19:23:40 UTC) #1
Luigi Semenzato
Generally looks fine after you address a couple of issues below. Strategy-wise, if you put ...
10 years, 2 months ago (2010-10-20 19:36:26 UTC) #2
fes
Fixed, PTAL. The -u option is a good idea, but would complicate use of the ...
10 years, 2 months ago (2010-10-20 20:16:21 UTC) #3
Luigi Semenzato
10 years, 2 months ago (2010-10-20 20:21:31 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698