ecryptfs: enhancing ecryptfs to be configurable with encryption type PFK: fixed issue where key in TZ was not set properly eCryptfs: fixed some major bugs eCryptfs: fixes issue where files sometimes got corrupted upon close eCryptfs: fixed bug in cipher handling security: pfe: Fix the qualifier used to print size_t ecryptfs: forbid opening files without mmap handler Revert "ecryptfs: forbid opening files without mmap handler" UPSTREAM: ecryptfs: fix handling of directory opening ecryptfs: forbid opening files without mmap handler Bug: 68721442 Bug: 68995224 Change-Id: I202cfbc36607a44b6cb3dfa5c4416e0adddf32a8 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
13 lines
313 B
Makefile
13 lines
313 B
Makefile
#
|
|
# Makefile for the MSM specific security device drivers.
|
|
#
|
|
|
|
ccflags-y += -Isecurity/selinux -Isecurity/selinux/include -Ifs/ecryptfs
|
|
ccflags-y += -Ifs/crypto
|
|
|
|
obj-$(CONFIG_PFK) += pfk.o pfk_kc.o pfk_ice.o pfk_fscrypt.o pfk_ecryptfs.o
|
|
|
|
# TODO: remove me b/62058353
|
|
subdir-ccflags-y += \
|
|
-Wno-ignored-attributes
|