Skip to content

Commit

Permalink
Add disclaimer to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen committed Dec 17, 2014
1 parent f1294bf commit 1dc8184
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README
Expand Up @@ -106,7 +106,7 @@ RUNNING
ssh-keygen -t rsa -b 1024 -f termite_rsa
${TERMITE_DIR}/bin/coordinator/coordinator -secret termite_rsa &
${TERMITE_DIR}/bin/worker/worker -jobs 4 -coordinator localhost:1233 \
-secret termite_rsa
-secret termite_rsa

cd ${PROJECT}
${TERMITE_DIR}/bin/master/master -jobs 4 \
Expand All @@ -122,7 +122,7 @@ See below. The overhead of running in FUSE is 50 to 100%
SECURITY

* The worker runs binaries inside a containerized mount of a FUSE file
system.
system.

* Worker and master use plaintext TCP/IP, and use a shared secret with
HMAC-SHA1 to authenticate the connection. See
Expand Down Expand Up @@ -177,3 +177,8 @@ machine. The smaller the package, the larger the overhead.
- Must run in srcdir.

* Android Gingerbread.


DISCLAIMER

This is not an official Google product.

0 comments on commit 1dc8184

Please sign in to comment.