From 0764925db41a15e1dc2ec0439321d5ae74dcc0d2 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 25 Mar 2018 22:40:50 +0200 Subject: encfs also supports xattrs --- docs/comparison.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/comparison.md b/docs/comparison.md index 050ecb1..3dcc3ea 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -246,8 +246,11 @@ The backing filesystem is assumed to be ext4. | | ext4 | gocryptfs | encfs default | encfs paranoia | ecryptfs | CryFS | | -------------------- | ---- | --------- | ------------- | -------------- | -------- | ----- | | hard links | yes | yes | yes | no | yes | no | -| extended attributes | yes | yes | no | no | ? | ? | +| extended attributes | yes | yes {1} | yes {2} | yes {2} | ? | ? | | fallocate | yes | yes | no | no | no | no | | fallocate KEEP_SIZE | yes | yes | no | no | no | no | | fallocate PUNCH_HOLE | yes | no | no | no | no | no | +Notes:
+{1} Names and values encrypted
+{2} Not encrypted
-- cgit v1.2.3