fix(nfs): remove dangerous -s flag and unsupported sync option from unfs3

This commit is contained in:
2026-03-31 15:50:25 +02:00
parent b4173ea6c9
commit 35bb3aad89
3 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 1.0.14 - 2026-03-31
- fix: remove unfsd -s flag (security risk: grants all clients root access, not file handle stability)
- fix: remove sync export option (not supported by unfs3, silently ignored)
## 1.0.13 - 2026-03-31
- feat: add per-share sync option (default true) to fix I/O errors on large file transfers