(no title)
crossroadsguy | 12 days ago
I wish there was something like Lulu for file system access for an app/tool installed on a mac where I could set “/path” and that tool could access only that folder or its children and nothing else, if it tried I would get a popup. (Without relying on the tool’s (e.g. Claude’s) pinky promise.
codethief|11 days ago
> if it tried I would get a popup
Ok, that's not implemented yet but using a custom FUSE-based file system (or using something like Armin Rohnacher's new sandboxing solution[0]) it shouldn't be too hard. I bet you could ask Claude to write that. :)
[0]: https://github.com/earendil-works/gondolin
mickael-kerjean|12 days ago