My file access workaround for cron in Tahoe
The article describes a workaround for cron jobs on macOS that cannot access certain folders due to Apple's full disk access restrictions. The author discovered that while cron cannot be granted full disk access, SSH can be configured to allow it. The solution involves enabling full disk access for remote users and having cron jobs SSH into localhost to bypass the restriction.