Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Feb 2020 12:27:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243925] [FUSEFS] Read operation on a write only file
Message-ID:  <bug-243925-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243925

            Bug ID: 243925
           Summary: [FUSEFS] Read operation on a write only file
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: chogata@gmail.com

FreeBSD 12.1 introduced a bug that was not present in previous versions.

When using a FUSE-based file system, user tries to append data to a file th=
at
is not cached. File is opened WRITE ONLY, but the first call after open is
read, not write. This is not an allowed behaviour and some file systems will
return EACCESS error.

If the file is cached, then there is no read, only write.

This bug is still present in 13.0 CURRENT (20200130).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243925-227>