]> Savannah Git Hosting - gnulib.git/commitdiff
Warn about Bug#65599 with CIFS chmod/chown
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Sep 2023 20:43:34 +0000 (13:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Sep 2023 20:44:36 +0000 (13:44 -0700)
doc/posix-functions/chmod.texi
doc/posix-functions/chown.texi
doc/posix-functions/fchmod.texi
doc/posix-functions/fchmodat.texi
doc/posix-functions/fchown.texi
doc/posix-functions/fchownat.texi
doc/posix-functions/lchown.texi

index 1288964b646a307eec513f847e84e54b3d1f59df..802495957a85a5a0708db39338eb899ee8539b85 100644 (file)
@@ -21,4 +21,10 @@ mingw, MSVC.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index 91cf6a88803782398115dadf5577395d72e1ecb4..6a62a6039ff05e969b6c037831d20c43a57f36f9 100644 (file)
@@ -31,4 +31,10 @@ mingw, MSVC 14.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index d3fc2a458459828555851f8ea6a3af01da6c50a1..a10104a1d000e6051fe23b2136365e4e9199eb7d 100644 (file)
@@ -15,4 +15,10 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 mingw, MSVC 14.
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index 04bb8af97ce80e915034dac5145e161a6bb51044..ed3833bab315b4be3d819624b5ba1b52676166d7 100644 (file)
@@ -36,4 +36,11 @@ this function can fail with @code{errno} set to @code{EMFILE} or @code{ENFILE},
 and it fails with @code{errno} set to @code{EOPNOTSUPP} if the
 @file{/proc} file system is not mounted:
 GNU/Linux with glibc 2.34.
+
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index b0d1659f3888ea5426577bcd45486a9686becc3a..83c207133c87d089443e9cfc8146d942e2413c4f 100644 (file)
@@ -15,4 +15,10 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 mingw, MSVC 14.
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index 530afea11b0aaa4550279103eae11db7665474a9..cca6c2c75f06593589e8e3e462bc5d09c4e92dde 100644 (file)
@@ -35,4 +35,10 @@ Linux with glibc < 2.11.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize
index 0efc87d5d091cfd35da3625aa10e10fd19538a2b..d9a95b7d234f191b8b53022e163f68204f43c345 100644 (file)
@@ -26,4 +26,10 @@ Minix 3.1.8, mingw, MSVC 14.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function sometimes fails with @code{EACCES} when the failure is
+due to lack of appropriate privileges (@code{EPERM}), not to
+search permission denied on the file name prefix (@code{EACCES}):
+Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
+(see @url{https://bugs.gnu.org/65599}).
 @end itemize