eCryptfs: allow userspace messaging to be disabled
authorKees Cook <keescook@chromium.org>
Thu, 28 Feb 2013 08:39:37 +0000 (00:39 -0800)
committerTyler Hicks <tyhicks@canonical.com>
Mon, 4 Mar 2013 07:59:59 +0000 (23:59 -0800)
When the userspace messaging (for the less common case of userspace key
wrap/unwrap via ecryptfsd) is not needed, allow eCryptfs to build with
it removed. This saves on kernel code size and reduces potential attack
surface by removing the /dev/ecryptfs node.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>

No differences found