summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-02-27 12:43:15 -0800
committerGerrit <chrome-bot@google.com>2012-04-04 12:47:23 -0700
commit498977af89510bf5e44af0a0b8171d23fb770f4b (patch)
treed02c241a80410659ca1b3ef603c347edad2f344f /.gitignore
parent27f8838fb4e1f157320c4ec871e57dcfcaea5fab (diff)
downloadvboot-498977af89510bf5e44af0a0b8171d23fb770f4b.tar.gz
mount-encrypted: add encrypted mount helper
This adds the utility needed to mount the encrypted partition at boot time, as defined by the design document: https://docs.google.com/a/google.com/document/d/1VQTDXvNsEFcrUOmNC4OmCfJst49Pd_mxZ41nfKu5EPc/edit This still needs Cryptohome support and chromeos_startup to switch to using it. BUG=chromium-os:22172 TEST=lumpy build & manual testing Change-Id: Ib9f0b4e5ba1a8aeb4737d0c8ec72a8e0dee049da Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/16889 Reviewed-by: Elly Jones <ellyjones@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index db3c8b0d..089802ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
/build
+/build-au
+/build-main
ID