aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-03-25 22:40:50 +0200
committerJakob Unterwurzacher2018-03-25 22:40:50 +0200
commit0764925db41a15e1dc2ec0439321d5ae74dcc0d2 (patch)
tree2db443acd86b4d791bba93ae60fa037e918b53a1
parent7fe919b2c7628406713c2bda6c4b59f7153db7f9 (diff)
encfs also supports xattrs
-rw-r--r--docs/comparison.md5
1 files changed, 4 insertions, 1 deletions
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:<br>
+{1} Names and values encrypted<br>
+{2} Not encrypted<br>