aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2023-05-17 16:47:22 +0200
committerJakob Unterwurzacher2023-05-17 16:47:22 +0200
commita40e9a8622b0d79ba0c18361104c47375ebb89a1 (patch)
tree256bf083259cab4d42debcad00f177b29d8fcd84 /README.md
parent8d3b992824072a3b487214812655a35fd28ee4dc (diff)
mount: set DirectMount: true
Attempt to directly call mount(2) before trying fusermount. This means we can do without fusermount if running as root. https://github.com/rfjakob/gocryptfs/issues/697
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ffa1ff..c7164c3 100644
--- a/README.md
+++ b/README.md
@@ -195,6 +195,11 @@ RM: 2,367
Changelog
---------
+#### vNEXT, in progress
+* Attempt to directly call mount(2) before trying fusermount. This means we
+ can do without fusermount if running as root or in a root-like namespace
+ ([#697](https://github.com/rfjakob/gocryptfs/issues/697)).
+
#### v2.3.2, 2023-04-29
* Fix incorrect file size reported after hard link creation
([#724](https://github.com/rfjakob/gocryptfs/issues/724))