Files
Karthik Vinayan cf3b6d45ae rm: report permission denied for unreadable subdirectories
When rm -rf encounters a subdirectory without read permission,
handle_permission_denied attempts unlink_at on it. If that fails
with ENOTEMPTY, force mode was silently swallowing the error,
causing the parent removal to fail with a misleading
"Directory not empty" message instead.

Now always reports permission denied when we cannot open a
subdirectory and cannot remove it directly.

Fixes #10966
2026-02-16 15:06:20 +01:00
..
2026-02-01 00:44:36 +09:00
2025-09-03 22:39:21 +02:00
2026-01-09 11:31:24 +01:00
2026-02-15 22:07:40 +01:00
2026-01-07 19:47:26 +05:30
2026-02-03 21:16:34 +01:00
…
2025-08-14 10:54:17 +02:00
2025-12-18 21:49:09 +01:00
2026-02-14 10:50:11 +01:00
2026-02-01 00:44:36 +09:00
2026-01-18 16:02:28 +01:00
2026-02-14 10:10:43 -08:00
2025-09-28 10:34:56 +02:00
2026-02-01 00:44:36 +09:00
2026-02-01 00:44:36 +09:00
2026-02-01 00:44:36 +09:00
2026-02-01 00:44:36 +09:00
2026-02-01 00:44:36 +09:00
2026-02-16 10:47:42 +01:00
2025-12-23 14:27:38 +01:00
2026-01-12 17:13:08 +09:00
2025-09-01 22:36:54 +08:00