[linux-yocto] [PATCH 1/4] Add eCryptFS filesystem feature

Jussi Laako jussi.laako at linux.intel.com
Thu Jan 26 05:15:13 PST 2017


Add layered encrypted filesystem eCryptFS support feature.

Signed-off-by: Jussi Laako <jussi.laako at linux.intel.com>
---
 features/ecryptfs/ecryptfs.cfg | 2 ++
 features/ecryptfs/ecryptfs.scc | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 features/ecryptfs/ecryptfs.cfg
 create mode 100644 features/ecryptfs/ecryptfs.scc

diff --git a/features/ecryptfs/ecryptfs.cfg b/features/ecryptfs/ecryptfs.cfg
new file mode 100644
index 00000000..07e7ee86
--- /dev/null
+++ b/features/ecryptfs/ecryptfs.cfg
@@ -0,0 +1,2 @@
+CONFIG_ECRYPT_FS=m
+CONFIG_ECRYPT_FS_MESSAGING=y
diff --git a/features/ecryptfs/ecryptfs.scc b/features/ecryptfs/ecryptfs.scc
new file mode 100644
index 00000000..6c246f1a
--- /dev/null
+++ b/features/ecryptfs/ecryptfs.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Layered encrypted eCryptFS filesystem support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware ecryptfs.cfg
-- 
2.11.0



More information about the linux-yocto mailing list