From 2d210c27295c7eede594081f53b54fa89b5f8fe2 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Wed, 7 Apr 2021 08:13:40 +0200 Subject: [PATCH] docs: WinFsp 2021 is out of beta --- cmd/mountlib/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mountlib/mount.go b/cmd/mountlib/mount.go index d8dce30c7..83b0ea24c 100644 --- a/cmd/mountlib/mount.go +++ b/cmd/mountlib/mount.go @@ -334,7 +334,7 @@ metadata about files like in UNIX. One case that may arise is that other program (incorrectly) interprets this as the file being accessible by everyone. For example an SSH client may warn about "unprotected private key file". -WinFsp 2021 (version 1.9, still in beta) introduces a new FUSE option "FileSecurity", +WinFsp 2021 (version 1.9) introduces a new FUSE option "FileSecurity", that allows the complete specification of file security descriptors using [SDDL](https://docs.microsoft.com/en-us/windows/win32/secauthz/security-descriptor-string-format). With this you can work around issues such as the mentioned "unprotected private key file"