mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #546] dust triggering macos privacy protection promp, even when filtering out the /Users folder #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acecilia on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/546
Hi 👋
I am trying to use
dustto get an understanding of how the disk in my CI is being used.Context: in macos, accessing some specific folders/files leads to a UI prompt asking the user for permission - this feature is documented here.
When this happens, the read operation is stalled indefinitely until the prompt is answered by the user. This means:
duststalls.To work around this issue, I tried excluding the
/Usersfolder, sodustdoes not even try to access any privacy-sensible folder:But this did not help: even when using
--ignore-directory "/Users", the prompt continues appearing.How to reproduce:
Expected behaviour: when using
--ignore-directory "/Users",dustdoes not try to access the Desktop folder, and the privacy permission prompt does not appear@bootandy commented on GitHub (Jan 8, 2026):
I'm afraid I tend not to work on a mac, so this may be hard for me to reproduce.
@wheynelau commented on GitHub (Mar 3, 2026):
I can try to take a look at this