Replies: 2 comments 1 reply
|
My best guess is that macOS is recording the permission against a different process than the one you’re resetting. For CLI tools, TCC often attributes file access to the launcher app, such as Terminal, Ghostty, iTerm2, or VS Code. For Downloads access, reset tccutil reset SystemPolicyDownloadsFolder com.apple.container
tccutil reset SystemPolicyDownloadsFolder com.apple.container-runtime-linux
tccutil reset SystemPolicyDownloadsFolder com.apple.container.container-runtime-linux.alpine-latest-16a51cAlso reset the terminal app you actually use: tccutil reset SystemPolicyDownloadsFolder com.apple.Terminal
tccutil reset SystemPolicyDownloadsFolder com.mitchellh.ghostty
tccutil reset SystemPolicyDownloadsFolder com.googlecode.iterm2
tccutil reset SystemPolicyDownloadsFolder com.microsoft.VSCodeThen quit and reopen the terminal, and restart container: container system stop
container system startIf it still does not prompt, check the UI: open "x-apple.systempreferences:com.apple.preference.security?Privacy_FilesAndFolders"Look under System Settings > Privacy & Security > Files and Folders for Terminal, Ghostty, iTerm2, VS Code, Notes:
I regurgitated most of this info from what I found here;
Hope this helps |
|
Also... This is probably better suited to Apple Developer Forums than to this The issue sounds like macOS TCC / Files & Folders permission state for If you can show that
So if my suggestions didn't work for you I’d try Apple Developer Forums next, and use this discussion only if there is evidence that |
Uh oh!
There was an error while loading. Please reload this page.
Hi, how do I reset TCC permissions?
I have tried the following without success.
Does someone have an idea? I want to regain access to my Downloads.
Thank you
All reactions