Skip to content

Commit

Permalink
ext4 crypto: filename encryption facilities
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Savagaonkar <savagaon@google.com>
Signed-off-by: Ildar Muslukhov <ildarm@google.com>
Signed-off-by: Michael Halcrow <mhalcrow@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
Michael Halcrow authored and Theodore Ts'o committed Apr 12, 2015
1 parent c9c7429 commit d5d0e8c
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/ext4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \

ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
ext4-$(CONFIG_EXT4_FS_ENCRYPTION) += crypto_policy.o crypto.o crypto_key.o
ext4-$(CONFIG_EXT4_FS_ENCRYPTION) += crypto_policy.o crypto.o \
crypto_key.o crypto_fname.o
Loading

0 comments on commit d5d0e8c

Please sign in to comment.