1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

ls: fix inaccurate indication of ACLs on NFS

* gnulib: Update to latest to pick up gnulib commit 05c63bc908
which ensures accurate determination of the presence of NFSv4 ACLs.
* NEWS: Adjust accordingly.
Related to https://bugs.gnu.org/74692
This commit is contained in:
Pádraig Brady
2025-01-11 20:32:20 +00:00
parent 8482cb9451
commit 5da2acc5e8
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -18,10 +18,9 @@ GNU coreutils NEWS -*- outline -*-
first and last characters, and single quotes in the string.
[bug introduced in coreutils-8.26]
ls -l may now mark files with a '?' character after the mode bits
if it is unable to read alternate access method details, which may
happen on NFS with files without read permission.
Previously ls would have output "Permission denied" errors.
ls -l no longer outputs "Permission denied" errors on NFS
which may happen with files without read permission, and which resulted
in inaccurate indication of ACLs (missing '+' flag after mode).
[bug introduced in coreutils-9.4]
mv works again with macFUSE file systems. Previously it would
+1 -1
Submodule gnulib updated: 64ce046c04...05c63bc908