README: fix: it supports reading using readpassphrase(3) - susmb - fork from usmb 20130204: mount SMB/CIFS shares via FUSE
HTML git clone git://git.codemadness.org/susmb
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 10a370c0e90ee210ccb885093ab3036b04db1a9e
DIR parent 1b3fb6b43b88bfff059230f1d09ea3f81dbbdeee
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 6 Mar 2026 12:38:27 +0100
README: fix: it supports reading using readpassphrase(3)
This was implemented before the 0.9 release.
Diffstat:
M README | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
DIR diff --git a/README b/README
@@ -107,9 +107,7 @@ Security:
After mounting the filesystem and acquiring access to the FUSE driver
privileges are dropped. This is not perfect, but at least now the Samba smbclient
code runs as a user again.
-- Remove support for reading the password from the terminal. This can be
- insecure and caused issues when running as a daemon and the network credentials
- changed.
+- Reading the password from the terminal in a secure way using readpassphrase(3).
Cleanups: